File acsc_drop-compatible-releases-operator.patch of Package python-azure-cognitiveservices-search-customsearch.14495
diff -Nru azure-cognitiveservices-search-customsearch-0.1.0.orig/setup.py azure-cognitiveservices-search-customsearch-0.1.0/setup.py
--- azure-cognitiveservices-search-customsearch-0.1.0.orig/setup.py 2018-01-10 20:10:32.000000000 +0100
+++ azure-cognitiveservices-search-customsearch-0.1.0/setup.py 2018-01-22 16:02:30.941092795 +0100
@@ -78,7 +78,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
'msrest>=0.4.24,<2.0.0',
- 'azure-common~=1.1',
+ 'azure-common>=1.1',
],
cmdclass=cmdclass
)