From a64d6b1e60af0ed25a99a2875772dff4096e929a Mon Sep 17 00:00:00 2001 From: "Jens Harbott (frickler)" Date: Wed, 1 Nov 2017 07:35:31 +0000 Subject: [PATCH] Revert "Work around cffi install error" This reverts commit e473fdec13445191d1acf1c77d19c87bbda512c8. Change-Id: Iff8d3c4b8f514bd66649cc7c4f788302af32cbc4 --- devstack-vm-gate-wrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 1cb11c93..51591b65 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -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