diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-01-08 14:42:37 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-08 14:52:06 +0200 |
commit | 495e51a4c791a7e643555fd93895a04f5f0bde5f (patch) | |
tree | f7f55c5a17c01b7acbc099c9a0567db9b56fe37c /dev-python | |
parent | app-office/libreoffice-voikko: ebuild enhancements (diff) | |
download | gentoo-495e51a4c791a7e643555fd93895a04f5f0bde5f.tar.gz gentoo-495e51a4c791a7e643555fd93895a04f5f0bde5f.tar.bz2 gentoo-495e51a4c791a7e643555fd93895a04f5f0bde5f.zip |
dev-python/texttable: use DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/texttable/texttable-1.6.2.ebuild | 1 |
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}] |