parent
763dad533f
commit
fcc278d5b0
@ -0,0 +1,14 @@
|
||||
diff -up apache-libcloud-3.6.0/setup.py_fix apache-libcloud-3.6.0/setup.py
|
||||
--- apache-libcloud-3.6.0/setup.py_fix 2022-08-30 09:50:08.320126519 -0500
|
||||
+++ apache-libcloud-3.6.0/setup.py 2022-08-30 09:50:52.139549915 -0500
|
||||
@@ -189,10 +189,7 @@ SUPPORTED_VERSIONS = ["PyPy 3.6+", "Pyth
|
||||
# setuptools >= 36.2
|
||||
# For installation, minimum required pip version is 1.4
|
||||
# Reference: https://hynek.me/articles/conditional-python-dependencies/
|
||||
-# We rely on >= 2.26.0 to avoid issues with LGPL transitive dependency
|
||||
-# See https://github.com/apache/libcloud/issues/1594 for more context
|
||||
INSTALL_REQUIREMENTS = []
|
||||
-INSTALL_REQUIREMENTS.append("requests>=2.26.0")
|
||||
|
||||
|
||||
setuptools_version = tuple(setuptools.__version__.split(".")[0:2])
|
Loading…
Reference in new issue