aboutsummaryrefslogtreecommitdiff
path: root/misc/py-cinder
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-09 13:48:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-09 13:48:57 +0000
commit4a8776be5c5e109238095045fe2aa35fd40ec1fb (patch)
treef331383c2096eaa8f5eafdf04e444f0b69234744 /misc/py-cinder
parentd6ad36c3ec8060472cc35059e41da1ad13438031 (diff)
downloadports-4a8776be5c5e109238095045fe2aa35fd40ec1fb.tar.gz
ports-4a8776be5c5e109238095045fe2aa35fd40ec1fb.zip
Update RUN_DEPENDS for py-keystoneauth1 4.0.0 update
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=534752
Diffstat (limited to 'misc/py-cinder')
-rw-r--r--misc/py-cinder/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile
index d9ec66bacddc..d0b6eaccdc10 100644
--- a/misc/py-cinder/Makefile
+++ b/misc/py-cinder/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cinder
PORTVERSION= 12.0.10
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +24,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
@@ -109,6 +108,7 @@ post-install:
.if ${PYTHON_REL} < 3600
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}castellan1>=0.16.0:devel/py-castellan1@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}keystoneauth13>=3.3.0:devel/py-keystoneauth13@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keystonemiddleware8>=4.17.0:devel/py-keystonemiddleware8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}os-brick2>=2.2.0:devel/py-os-brick2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}os-win4>=3.0.0:devel/py-os-win4@${PY_FLAVOR} \
@@ -131,6 +131,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}castellan1>=0.16.0:devel/py-castellan1@${PY
${PYTHON_PKGNAMEPREFIX}tooz1>=1.58.0:devel/py-tooz1@${PY_FLAVOR}
.else
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}castellan>=0.16.0:devel/py-castellan@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=4.17.0:devel/py-keystonemiddleware@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}os-brick>=2.2.0:devel/py-os-brick@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}os-win>=3.0.0:devel/py-os-win@${PY_FLAVOR} \