summaryrefslogtreecommitdiff
path: root/dev-python/python-podman/python-podman-1.6.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-10-15 06:27:02 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-10-15 06:27:02 +0000
commited4430da9cc2caf4935ee5744de22a5ce43acd99 (patch)
tree81f6945c0cc84362deba943559a4452a3d2aa3bf /dev-python/python-podman/python-podman-1.6.0.ebuild
parentb657805b5c5ac086c1998e0139ca73b947861bf7 (diff)
downloadbaldeagleos-repo-ed4430da9cc2caf4935ee5744de22a5ce43acd99.tar.gz
baldeagleos-repo-ed4430da9cc2caf4935ee5744de22a5ce43acd99.tar.xz
baldeagleos-repo-ed4430da9cc2caf4935ee5744de22a5ce43acd99.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-podman/python-podman-1.6.0.ebuild')
-rw-r--r--dev-python/python-podman/python-podman-1.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-podman/python-podman-1.6.0.ebuild b/dev-python/python-podman/python-podman-1.6.0.ebuild
index 5ff4e4d4cd52..6b5df8c59963 100644
--- a/dev-python/python-podman/python-podman-1.6.0.ebuild
+++ b/dev-python/python-podman/python-podman-1.6.0.ebuild
@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -20,8 +21,7 @@ RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/python-varlink[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- dev-python/pbr[${PYTHON_USEDEP}]
- >=dev-python/setuptools-39[${PYTHON_USEDEP}]"
+ dev-python/pbr[${PYTHON_USEDEP}]"
S=${WORKDIR}/${MY_P}