summaryrefslogtreecommitdiff
path: root/dev-python/python-vitrageclient
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-10-17 01:12:42 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-10-17 01:12:42 +0000
commitaf212adbcb7e877340bf21b7a067d75d2531cdb8 (patch)
treea28496f274ec1efb2f64245f35215155e52b8cab /dev-python/python-vitrageclient
parent4ff5b2a7686a2a4c8da860bde39ca790ffa7edad (diff)
downloadbaldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.tar.gz
baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.tar.xz
baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-vitrageclient')
-rw-r--r--dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild7
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 c6aac710ebfe..627f7aae57c7 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_{5,6,7,8,9} )
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}]