diff options
author | 2020-10-11 13:58:11 +0200 | |
---|---|---|
committer | 2020-10-16 20:20:45 +0200 | |
commit | 1b374263edac9c0da786d1476007a9c5c671436a (patch) | |
tree | 1ebf2d40a894177edf2fc4915e5ada455cefb190 /dev-python/python-vitrageclient | |
parent | dev-python/python-blazarclient: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-1b374263edac9c0da786d1476007a9c5c671436a.tar.gz gentoo-1b374263edac9c0da786d1476007a9c5c671436a.tar.bz2 gentoo-1b374263edac9c0da786d1476007a9c5c671436a.zip |
dev-python/python-vitrageclient: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/747232
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>
Diffstat (limited to 'dev-python/python-vitrageclient')
-rw-r--r-- | dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild b/dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild index 5f9dbca9e483..7b7df636f8df 100644 --- a/dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild +++ b/dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 @@ -13,11 +15,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="" -CDEPEND=">=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" +DEPEND=">=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]" RDEPEND=" >=dev-python/Babel-2.5.3[${PYTHON_USEDEP}] >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] |