Skip to content

Commit

Permalink
Cap setuptools<58.0.0
Browse files Browse the repository at this point in the history
setuptools 58.0.0 and above fails to install due to issue
pypa/setuptools#2769
  • Loading branch information
kpawar-sap authored and Carthaca committed Apr 12, 2022
1 parent ced90ca commit dc2db50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ selenium # Apache-2.0
# Blacklist setuptools 34.0.0-34.3.2 due to https://github.com/pypa/setuptools/issues/951
# Blacklist setuptools 36.2.0 due to https://github.com/pypa/setuptools/issues/1086
# Cap setuptools to 58.0.0 on python3.5 due to the incompatibility with decorator 3.4.0.
# Restrict setuptools to <58 due to https://github.com/pypa/setuptools/issues/2769
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<58.0.0 # PSF/ZPL
sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD
Expand Down

0 comments on commit dc2db50

Please sign in to comment.