summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-01-08 14:42:37 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-01-08 14:52:06 +0200
commit495e51a4c791a7e643555fd93895a04f5f0bde5f (patch)
treef7f55c5a17c01b7acbc099c9a0567db9b56fe37c
parentapp-office/libreoffice-voikko: ebuild enhancements (diff)
downloadgentoo-495e51a4.tar.gz
gentoo-495e51a4.tar.bz2
gentoo-495e51a4.zip
dev-python/texttable: use DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-python/texttable/texttable-1.6.2.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild
index 1665f11d1fbf..d64686e2e5f2 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}]