azure-cli-core/acc_update-argcomplete.patch
Dirk Mueller cc1c1333f0 Accepting request 1004082 from home:glaubitz:branches:Cloud:Tools
- New upstream release
  + Version 2.40.0
  + For detailed information about changes see the
    HISTORY.rst file provided with this package
- Refresh patches for new version
  + acc_disable-update-check.patch
  + acc_update-argcomplete.patch
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1004082
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=91
2022-09-16 12:54:53 +00:00

13 lines
409 B
Diff

diff -Nru azure-cli-core-2.40.0.orig/setup.py azure-cli-core-2.40.0/setup.py
--- azure-cli-core-2.40.0.orig/setup.py 2022-09-02 07:40:04.000000000 +0200
+++ azure-cli-core-2.40.0/setup.py 2022-09-16 11:35:17.346870084 +0200
@@ -43,7 +43,7 @@
]
DEPENDENCIES = [
- 'argcomplete~=1.8',
+ 'argcomplete>=1.8.0',
'azure-cli-telemetry==1.0.8.*',
'azure-mgmt-core>=1.2.0,<2',
'cryptography',