diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-24 20:28:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-24 20:31:48 +0100 |
commit | aebab59675ed23bf9404866c6c0f606fd9f1b8e3 (patch) | |
tree | 06d60d3b9438beae6e8c4b694bb94ccf10f55888 /dev-python | |
parent | dev-python/qrcode: Enable py3.8 (diff) | |
download | gentoo-aebab59675ed23bf9404866c6c0f606fd9f1b8e3.tar.gz gentoo-aebab59675ed23bf9404866c6c0f606fd9f1b8e3.tar.bz2 gentoo-aebab59675ed23bf9404866c6c0f606fd9f1b8e3.zip |
dev-python/qrcode: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/qrcode/qrcode-5.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/qrcode/qrcode-5.1-r1.ebuild b/dev-python/qrcode/qrcode-5.1-r1.ebuild index a7e75c5bc4dd..c49e4ef69398 100644 --- a/dev-python/qrcode/qrcode-5.1-r1.ebuild +++ b/dev-python/qrcode/qrcode-5.1-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" # optional deps: # - pillow and lxml for svg backend, set as hard deps |