Merge "Revert "Work around cffi install error""

This commit is contained in:
Zuul 2018-03-11 13:19:44 +00:00 committed by Gerrit Code Review
commit 649d1ae775
1 changed files with 0 additions and 2 deletions

View File

@ -477,8 +477,6 @@ virtualenv /tmp/ansible
# Explicitly install pbr first as this will use pip rathat than
# easy_install. Hope is this is generally more reliable.
/tmp/ansible/bin/pip install pbr
# Workaround for cffi-1.11.1 being released without wheels
/tmp/ansible/bin/pip install cffi==1.11.0
/tmp/ansible/bin/pip install ansible==$ANSIBLE_VERSION \
devstack-tools==$DSTOOLS_VERSION ara
export ANSIBLE=/tmp/ansible/bin/ansible