- Update Python Azure SDK to latest version OBS-URL: https://build.opensuse.org/request/show/694298 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-iothub?expand=0&rev=4
13 lines
485 B
Diff
13 lines
485 B
Diff
diff -Nru azure-mgmt-iothub-0.7.0.orig/setup.py azure-mgmt-iothub-0.7.0/setup.py
|
|
--- azure-mgmt-iothub-0.7.0.orig/setup.py 2018-12-14 22:29:40.000000000 +0100
|
|
+++ azure-mgmt-iothub-0.7.0/setup.py 2019-03-27 15:17:34.025585016 +0100
|
|
@@ -79,7 +79,7 @@
|
|
install_requires=[
|
|
'msrest>=0.5.0',
|
|
'msrestazure>=0.4.32,<2.0.0',
|
|
- 'azure-common~=1.1',
|
|
+ 'azure-common>=1.1',
|
|
],
|
|
extras_require={
|
|
":python_version<'3.0'": ['azure-mgmt-nspkg'],
|