Skip to content

Commit

Permalink
Restrict setuptools to < 58.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpawar-sap committed Sep 22, 2021
1 parent b9c2937 commit e87dd8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ source /var/lib/openstack/bin/activate

pip install --upgrade ${PIP_ARGS} 'pip'

# Restrict setuptools, version 58 breaks for use_2to3
pip install --upgrade ${PIP_ARGS} 'setuptools<58'

0 comments on commit e87dd8f

Please sign in to comment.