mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michał Górny
parent
ad8cb210b7
commit
92ea1ac39b
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user