aboutsummaryrefslogtreecommitdiff
path: root/net/py-python-heatclient
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-09 19:03:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-09 19:03:00 +0000
commit81c972fd0d249ec68e092562e41efe5077c29a26 (patch)
tree6fc8882b68fbe1c0146dad5787d483e0549382f1 /net/py-python-heatclient
parente9ce41ee4cb4c69c43712dcd38995f77205cd213 (diff)
downloadports-81c972fd0d249ec68e092562e41efe5077c29a26.tar.gz
ports-81c972fd0d249ec68e092562e41efe5077c29a26.zip
Change RUN_DEPENDS from py-prettytable to py-prettytable0
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=551809
Diffstat (limited to 'net/py-python-heatclient')
-rw-r--r--net/py-python-heatclient/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-python-heatclient/Makefile b/net/py-python-heatclient/Makefile
index b6080410200f..af737a940453 100644
--- a/net/py-python-heatclient/Makefile
+++ b/net/py-python-heatclient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= python-heatclient
PORTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.2<0.8:devel/py-prettytable@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-swiftclient>=3.2.0:databases/py-python-swiftclient@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \