commit: 495e51a4c791a7e643555fd93895a04f5f0bde5f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 8 12:42:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 12:52:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495e51a4
dev-python/texttable: use DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/texttable/texttable-1.6.2.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/texttable/texttable-1.6.2.ebuild
b/dev-python/texttable/texttable-1.6.2.ebuild
index 1665f11d1fb..d64686e2e5f 100644
--- a/dev-python/texttable/texttable-1.6.2.ebuild
+++ b/dev-python/texttable/texttable-1.6.2.ebuild
@@ -19,7 +19,6 @@ IUSE="cjk test"
RESTRICT="!test? ( test )"
DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]