File ab_drop-compatible-releases-operator.patch of Package python-azure-batch.14495
diff -Nru azure-batch-5.0.0.orig/setup.py azure-batch-5.0.0/setup.py --- azure-batch-5.0.0.orig/setup.py 2018-08-28 20:12:36.000000000 +0200 +++ azure-batch-5.0.0/setup.py 2018-09-03 10:57:14.219316550 +0200 @@ -78,7 +78,7 @@ packages=find_packages(exclude=["tests"]), install_requires=[ 'msrestazure>=0.4.32', - 'azure-common~=1.1', + 'azure-common>=1.1', ], cmdclass=cmdclass )