From: Michał Górny Date: Fri, 22 Nov 2019 11:28:53 +0000 (+0100) Subject: dev-python/service_identity: Fix remaining MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56206a81504b9a1d7eef237e30f9379600073fb2;p=gentoo.git dev-python/service_identity: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/dev-python/service_identity/service_identity-14.0.0.ebuild b/dev-python/service_identity/service_identity-14.0.0.ebuild index 059e2db82505..3ea7283eee11 100644 --- a/dev-python/service_identity/service_identity-14.0.0.ebuild +++ b/dev-python/service_identity/service_identity-14.0.0.ebuild @@ -15,6 +15,7 @@ LICENSE=" MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh ~sparc x86" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/pyasn1[${PYTHON_USEDEP}] diff --git a/dev-python/service_identity/service_identity-16.0.0.ebuild b/dev-python/service_identity/service_identity-16.0.0.ebuild index 3d98def0a050..dfd2127d3262 100644 --- a/dev-python/service_identity/service_identity-16.0.0.ebuild +++ b/dev-python/service_identity/service_identity-16.0.0.ebuild @@ -15,6 +15,7 @@ LICENSE=" MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 s390 ~sh sparc x86" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/pyasn1[${PYTHON_USEDEP}] diff --git a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild index f91edfd4fa3f..258f36b34cf5 100644 --- a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild +++ b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild @@ -15,6 +15,7 @@ LICENSE=" MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/pyasn1[${PYTHON_USEDEP}] diff --git a/dev-python/service_identity/service_identity-17.0.0.ebuild b/dev-python/service_identity/service_identity-17.0.0.ebuild index 4041a1d89b85..1adef7fb5168 100644 --- a/dev-python/service_identity/service_identity-17.0.0.ebuild +++ b/dev-python/service_identity/service_identity-17.0.0.ebuild @@ -15,6 +15,7 @@ LICENSE=" MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/pyasn1[${PYTHON_USEDEP}]