forked from pool/python-azure-mgmt-iothub
breaking up the Azure SDK OBS-URL: https://build.opensuse.org/request/show/531836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-iothub?expand=0&rev=1
15 lines
486 B
Diff
15 lines
486 B
Diff
diff -Nru azure-mgmt-iothub-0.3.0.orig/setup.py azure-mgmt-iothub-0.3.0/setup.py
|
|
--- azure-mgmt-iothub-0.3.0.orig/setup.py 2017-06-14 00:02:26.000000000 +0200
|
|
+++ azure-mgmt-iothub-0.3.0/setup.py 2017-06-14 11:28:49.958045042 +0200
|
|
@@ -78,8 +78,8 @@
|
|
zip_safe=False,
|
|
packages=find_packages(),
|
|
install_requires=[
|
|
- 'azure-common~=1.1.5',
|
|
- 'msrestazure~=0.4.7',
|
|
+ 'azure-common>=1.1.5',
|
|
+ 'msrestazure>=0.4.7',
|
|
],
|
|
cmdclass=cmdclass
|
|
)
|