Files
ports/sysutils/py-azure-cli-acr/files/patch-setup.py
T
Po-Chuan Hsieh 15dfaecf87 sysutils/py-azure-cli-acr: Convert to USE_PYTHON=pep517
- Update WWW
- Sort RUN_DEPENDS
- Reformat pkg-descr
- Bump PORTREVISION for package change
2026-04-22 01:12:29 +08:00

16 lines
416 B
Python

--- setup.py.orig 2019-06-13 21:17:46 UTC
+++ setup.py
@@ -31,9 +31,9 @@ DEPENDENCIES = [
DEPENDENCIES = [
'azure-cli-core',
- 'azure-mgmt-storage==3.3.0',
- 'azure-storage-blob==1.3.1',
- 'azure-mgmt-containerregistry==2.8.0',
+ 'azure-mgmt-storage>=3.3.0',
+ 'azure-storage-blob>=1.3.1',
+ 'azure-mgmt-containerregistry>=2.8.0',
]
with open('README.rst', 'r', encoding='utf-8') as f: