diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-17 01:12:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-17 01:12:42 +0000 |
| commit | af212adbcb7e877340bf21b7a067d75d2531cdb8 (patch) | |
| tree | a28496f274ec1efb2f64245f35215155e52b8cab /dev-python/python-blazarclient | |
| parent | 4ff5b2a7686a2a4c8da860bde39ca790ffa7edad (diff) | |
| download | baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.tar.gz baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.tar.xz baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-blazarclient')
| -rw-r--r-- | dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild b/dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild index 962b05d1097c..f4b1acc75758 100644 --- a/dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild +++ b/dev-python/python-blazarclient/python-blazarclient-2.1.0.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 @@ -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}] |
