dev-python/python-blazarclient: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/747256
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Jakov Smolic
2020-10-11 13:56:59 +02:00
committed by Michał Górny
parent d8207a47a3
commit 8ee495cc1c

View File

@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
@@ -17,8 +19,7 @@ IUSE=""
CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}"
DEPEND="${CDEPEND}"
RDEPEND="
${CDEPEND}
>=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]