Work around cffi install error

cffi-1.11.1 was released without wheels so we cannot install it because
of missing libraries. Install 1.11.0 as a workaround.

Change-Id: I6e0eab8e6ea126eec4c2c0767229cb915338e486
This commit is contained in:
Jens Harbott 2017-10-04 10:13:37 +00:00
parent 38638e8fd1
commit e473fdec13
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,8 @@ 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