Revert "Work around cffi install error"

This reverts commit e473fdec13.

Change-Id: Iff8d3c4b8f514bd66649cc7c4f788302af32cbc4
This commit is contained in:
Jens Harbott (frickler) 2017-11-01 07:35:31 +00:00
parent e473fdec13
commit a64d6b1e60
1 changed files with 0 additions and 2 deletions

View File

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