From: Joonas Niilola Date: Wed, 8 Jan 2020 12:42:37 +0000 (+0200) Subject: dev-python/texttable: use DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=495e51a4c791a7e643555fd93895a04f5f0bde5f;p=gentoo.git dev-python/texttable: use DISTUTILS_USE_SETUPTOOLS Signed-off-by: Joonas Niilola --- 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}]