Skip to content

Commit 374bbaf

Browse files
authored
Merge pull request apache#317 from theopenlab/fix-m-issue
apt pruge python-six to install reno
2 parents f026696 + 779e490 commit 374bbaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/install-devstack/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# Because in setuptools>=39, the pkg_resources.parse_version(oslo_utils/versionutils.py) will return an unindexable object
2525
pip install "setuptools==38.0.0"
2626
# Fix issue https://github.com/theopenlab/openlab/issues/79
27+
apt-get purge --yes python-six python-six-whl python3-six
2728
pip install "reno==2.9.2"
2829
executable: /bin/bash
2930
chdir: '{{ ansible_user_dir }}/workspace'

0 commit comments

Comments
 (0)