1
0
python-azure-mgmt-iothub/ami_drop-compatible-releases-operator.patch

15 lines
501 B
Diff
Raw Normal View History

diff -Nru azure-mgmt-iothub-0.4.0.orig/setup.py azure-mgmt-iothub-0.4.0/setup.py
--- azure-mgmt-iothub-0.4.0.orig/setup.py 2017-10-11 17:50:14.000000000 +0200
+++ azure-mgmt-iothub-0.4.0/setup.py 2018-01-19 11:49:45.979780528 +0100
@@ -78,8 +78,8 @@
zip_safe=False,
packages=find_packages(exclude=["tests"]),
install_requires=[
- 'msrestazure~=0.4.11',
- 'azure-common~=1.1',
+ 'msrestazure>=0.4.11',
+ 'azure-common>=1.1',
],
cmdclass=cmdclass
)