Skip to content

Commit d25b3c9

Browse files
committed
Remove setuptools workaround
This removes a workaround for issue [1] that has been closed. Certain packages would fail to downgrade due to this issue and were being removed from the requirements upper-constraints so that the downgrade would not happen. [1] pypa/pip#4264 Change-Id: I6bc421a3f283899a2403cab64cc75628946711bd
1 parent ac061af commit d25b3c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

devstack/prep_devstack.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,6 @@ if [ ! -z "$pypowervm_patch_list" ]; then
192192
done
193193
fi
194194

195-
# Setuptools has an open issue https://github.com/pypa/pip/issues/4264
196-
# Until that issue is resolved, downgrading appdirs and pyparsing during
197-
# the tempest install causes stacking to fail. Removing these from u-c
198-
# until the issue is resolved.
199-
sudo sed -i '/appdirs/d' /opt/stack/requirements/upper-constraints.txt
200-
sudo sed -i '/pyparsing/d' /opt/stack/requirements/upper-constraints.txt
201-
202195
# TODO: Figure out why devstack can't create/access these
203196
sudo mkdir /etc/neutron/
204197
sudo chown jenkins:jenkins /etc/neutron

0 commit comments

Comments
 (0)