aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:46:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 13:02:39 +0000
commitaca75024b86fc58ac461315ce9038d6ea82427a6 (patch)
treed25464dab88d3ab282249e39f8f1f062123429fe /sysutils
parent0085723e26f21d631ace1cf1eedfc17af1102d4e (diff)
downloadports-aca75024b86fc58ac461315ce9038d6ea82427a6.tar.gz
ports-aca75024b86fc58ac461315ce9038d6ea82427a6.zip
sysutils/py-azure-cli: Change RUN_DEPENDS from py-packaging to py-packaging21
- Bump PORTREVISION for dependency change
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-azure-cli/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-azure-cli/Makefile b/sysutils/py-azure-cli/Makefile
index b6a6e717e165..9569b35307ed 100644
--- a/sysutils/py-azure-cli/Makefile
+++ b/sysutils/py-azure-cli/Makefile
@@ -1,5 +1,6 @@
PORTNAME= azure-cli
PORTVERSION= 2.43.0
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -101,7 +102,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}paramiko>=2.0.8:security/py-paramiko@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.4:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=17.1.0:security/py-openssl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}packaging>=20.9<22.0:devel/py-packaging@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}packaging21>=20.9<22.0:devel/py-packaging21@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scp>=0.13.2:security/py-scp@${PY_FLAVOR} \