dev-python/towncrier: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748960
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17884
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Jakov Smolic
2020-10-15 19:46:31 +02:00
committed by Michał Górny
parent ad8cb210b7
commit 92ea1ac39b

View File

@@ -3,6 +3,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -22,7 +23,7 @@ RDEPEND="
dev-python/incremental[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
BDEPEND="
test? (
dev-vcs/git
>=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]