commit:     d1cc4fa15ab6f48294605be8204e96af85fa4dee
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 08:58:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 08:59:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cc4fa1

dev-python/setuptools: Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/setuptools/setuptools-40.6.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild 
b/dev-python/setuptools/setuptools-40.6.3.ebuild
index e7098fd84b4..d5d482efd58 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="
 "

Reply via email to