commit: f0b45ba203bbc60852003b5fc62f10d981ebbda9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 13:47:23 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 13:53:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b45ba2
dev-python/asn1crypto: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/asn1crypto/asn1crypto-0.22.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild b/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild index 117f2539640..b57285fbdbb 100644 --- a/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild +++ b/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 ~x64-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"