Skip to content

Commit

Permalink
Merge pull request apache#317 from theopenlab/fix-m-issue
Browse files Browse the repository at this point in the history
apt pruge python-six to install reno
  • Loading branch information
liusheng authored Sep 10, 2018
2 parents f026696 + 779e490 commit 374bbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/install-devstack/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# Because in setuptools>=39, the pkg_resources.parse_version(oslo_utils/versionutils.py) will return an unindexable object
pip install "setuptools==38.0.0"
# Fix issue https://github.com/theopenlab/openlab/issues/79
apt-get purge --yes python-six python-six-whl python3-six
pip install "reno==2.9.2"
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
Expand Down

0 comments on commit 374bbaf

Please sign in to comment.