File amds_drop-compatible-releases-operator.patch of Package python-azure-mgmt-datalake-store.14495
diff -Nru azure-mgmt-datalake-store-0.5.0.orig/setup.py azure-mgmt-datalake-store-0.5.0/setup.py
--- azure-mgmt-datalake-store-0.5.0.orig/setup.py 2018-06-14 20:44:54.000000000 +0200
+++ azure-mgmt-datalake-store-0.5.0/setup.py 2018-09-03 17:11:25.376521240 +0200
@@ -78,7 +78,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
'msrestazure>=0.4.27,<2.0.0',
- 'azure-common~=1.1',
+ 'azure-common>=1.1',
],
cmdclass=cmdclass
)