You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-libcloud/001-requests-chardet-unbund...

15 lines
726 B

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])