opnsense-ports/sysutils/py-azure-cli-core/files/patch-setup.py
Franco Fichtner 63352aaef5 */*: sync with upstream
Taken from: FreeBSD
2021-09-30 12:43:58 +02:00

11 lines
408 B
Python

--- setup.py.orig 2021-09-03 06:33:24 UTC
+++ setup.py
@@ -49,7 +49,7 @@ DEPENDENCIES = [
'azure-common~=1.1',
'azure-mgmt-core>=1.2.0,<1.3.0', # the preview version of azure-mgmt-core is 1.3.0b1, it cannot fit azure-core >=1.14.0
'cryptography>=3.2,<3.4',
- 'humanfriendly>=4.7,<10.0',
+ 'humanfriendly>=4.7,<11.0',
'jmespath',
'knack~=0.8.2',
'msal>=1.10.0,<2.0.0',