aboutsummaryrefslogtreecommitdiff
path: root/net/py-python-glanceclient2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-09 19:02:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-09 19:02:56 +0000
commite9ce41ee4cb4c69c43712dcd38995f77205cd213 (patch)
tree8e518baad4bc75dcd230cf0f3cbf6eabf6e314ce /net/py-python-glanceclient2
parent6ae55eeaeefd1fbaafa8c548cc9fecc15cf8ccfa (diff)
downloadports-e9ce41ee4cb4c69c43712dcd38995f77205cd213.tar.gz
ports-e9ce41ee4cb4c69c43712dcd38995f77205cd213.zip
Change RUN_DEPENDS from py-prettytable to py-prettytable0
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=551808
Diffstat (limited to 'net/py-python-glanceclient2')
-rw-r--r--net/py-python-glanceclient2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-python-glanceclient2/Makefile b/net/py-python-glanceclient2/Makefile
index d89df5073310..2a4d7b3d74a8 100644
--- a/net/py-python-glanceclient2/Makefile
+++ b/net/py-python-glanceclient2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= python-glanceclient
PORTVERSION= 2.17.1
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1<0.8:devel/py-prettytable@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=17.1.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \