File asf_drop-extras-require.patch of Package python-azure-storage-file.14495
diff -Nru azure-storage-file-1.3.1.orig/setup.py azure-storage-file-1.3.1/setup.py --- azure-storage-file-1.3.1.orig/setup.py 2018-10-08 12:22:49.157360359 +0200 +++ azure-storage-file-1.3.1/setup.py 2018-10-08 12:23:25.281698848 +0200 @@ -76,8 +76,5 @@ 'azure-common>=1.1.5', 'azure-storage-common>=1.3' ], - extras_require={ - ":python_version<'3.0'": ['futures'], - }, cmdclass=cmdclass )