Skip to content

Commit

Permalink
sysutils/py-azure-cli-core: Change RUN_DEPENDS from py-packaging to p…
Browse files Browse the repository at this point in the history
…y-packaging21

- Bump PORTREVISION for dependency change
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent aca7502 commit 2b72228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysutils/py-azure-cli-core/Makefile
@@ -1,5 +1,6 @@
PORTNAME= azure-cli-core
PORTVERSION= 2.43.0
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -28,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.8:devel/py-argcomplete@${PY_F
${PYTHON_PKGNAMEPREFIX}psutil>=5.9:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.6.4:net-mgmt/py-msrestazure@${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}

USES= azurepy python:3.7+
USE_PYTHON= autoplist concurrent distutils
Expand Down

0 comments on commit 2b72228

Please sign in to comment.