File ami_drop-extras-require.patch of Package python-azure-mgmt-iotcentral
diff -Nru azure-mgmt-iotcentral-0.2.0.orig/setup.py azure-mgmt-iotcentral-0.2.0/setup.py
--- azure-mgmt-iotcentral-0.2.0.orig/setup.py 2018-08-08 00:23:58.000000000 +0200
+++ azure-mgmt-iotcentral-0.2.0/setup.py 2018-09-06 15:12:57.550935901 +0200
@@ -80,7 +80,7 @@
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
- 'azure-common~=1.1',
+ 'azure-common>=1.1',
],
cmdclass=cmdclass
)