azure-cli-core/acc_drop-compatible-releases-operator.patch
John Paul Adrian Glaubitz 9adff62436 Accepting request 704405 from home:glaubitz:branches:Cloud:Tools
- 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
2019-05-21 10:58:42 +00:00

13 lines
426 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-02 02:39:57.000000000 +0200
+++ azure-cli-core-2.0.64/setup.py 2019-05-21 11:40:55.175850572 +0200
@@ -59,7 +59,7 @@
'colorama>=0.3.9',
'humanfriendly>=4.7',
'jmespath',
- 'knack~=0.6.1',
+ 'knack>=0.6.1',
'msrest>=0.4.4',
'msrestazure>=0.4.25',
'paramiko>=2.0.8',