diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:00:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:36 +0100 |
commit | 65b153323fa7cb52dfc8b2cdd6219a1513c40253 (patch) | |
tree | 17b51a933f46bf846954dee2aa81a4be3612f364 /dev-python/pytidylib | |
parent | dev-python/ipaddr: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7 (diff) | |
download | gentoo-65b153323fa7cb52dfc8b2cdd6219a1513c40253.tar.gz gentoo-65b153323fa7cb52dfc8b2cdd6219a1513c40253.tar.bz2 gentoo-65b153323fa7cb52dfc8b2cdd6219a1513c40253.zip |
dev-python/pytidylib: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytidylib')
-rw-r--r-- | dev-python/pytidylib/pytidylib-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytidylib/pytidylib-0.3.2.ebuild b/dev-python/pytidylib/pytidylib-0.3.2.ebuild index cc0660c92ba6..2a0933e518b0 100644 --- a/dev-python/pytidylib/pytidylib-0.3.2.ebuild +++ b/dev-python/pytidylib/pytidylib-0.3.2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 @@ -17,8 +18,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="app-text/htmltidy - dev-python/setuptools" +RDEPEND="app-text/htmltidy" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |