ensure pip is updated in reproducer

epel installs an older version of pip.
The older version of pip installs openstacksdk==.013
however is unable to import the library.  The
updated version of pip resolves this issue.

Change-Id: Iacb4dd3cd3229ff9d68749c01c8f89af3460d51d
This commit is contained in:
Wes Hayutin 2019-02-19 14:34:08 -07:00
parent 2a16c4fb47
commit 2db357c528

View File

@ -185,6 +185,8 @@ install_bindep
# bindep.txt and installs
# dependencies listed in the file.
install_package_deps_via_bindep
# Ensure pip is updated
sudo pip install --upgrade pip
# Fail as early as possible if the docker
# group is not setup appropriately.