From: Michał Górny Date: Sun, 24 Nov 2019 19:28:40 +0000 (+0100) Subject: dev-python/qrcode: Fix remaining MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aebab59675ed23bf9404866c6c0f606fd9f1b8e3;p=gentoo.git dev-python/qrcode: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny --- 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