John Paul Adrian Glaubitz
9adff62436
- New upstream release + Version 2.0.64 + For detailed information about changes see the HISTORY.txt file provided with this package - Add patch to drop compatible releases operator from setup.py, required for SLES12 as the setuptools version is too old + acc_drop-compatible-releases-operator.patch - Refresh patches for new version + acc_relax-requires-versions.patch - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/704405 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=15
15 lines
466 B
Diff
15 lines
466 B
Diff
diff -Nru azure-cli-core-2.0.64.orig/setup.py azure-cli-core-2.0.64/setup.py
|
|
--- azure-cli-core-2.0.64.orig/setup.py 2019-05-21 11:42:59.840812713 +0200
|
|
+++ azure-cli-core-2.0.64/setup.py 2019-05-21 11:43:25.317009318 +0200
|
|
@@ -71,8 +71,8 @@
|
|
'requests>=2.20.0',
|
|
'six',
|
|
'tabulate>=0.7.7',
|
|
- 'wheel==0.30.0',
|
|
- 'azure-mgmt-resource==2.1.0',
|
|
+ 'wheel>=0.30.0',
|
|
+ 'azure-mgmt-resource>=2.1.0',
|
|
'pyperclip>=1.7.0',
|
|
'psutil>=5.6.1'
|
|
]
|