From: Michał Górny Date: Fri, 15 Nov 2019 08:58:15 +0000 (+0100) Subject: dev-python/setuptools: Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d1cc4fa15ab6f48294605be8204e96af85fa4dee;p=gentoo.git dev-python/setuptools: Fix MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild b/dev-python/setuptools/setuptools-40.6.3.ebuild index e7098fd84b42..d5d482efd58e 100644 --- a/dev-python/setuptools/setuptools-40.6.3.ebuild +++ b/dev-python/setuptools/setuptools-40.6.3.ebuild @@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" "