diff options
author | Mark Beierl <mark.beierl@dell.com> | 2017-12-20 19:35:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-20 19:35:04 +0000 |
commit | ddc33ff6232fc3651a544887364d621eb97ff3dc (patch) | |
tree | 45ee1f68b191fcc6a4398469656a8f99254e9752 | |
parent | f5759099c69e1885ea72ff1e75794101b179eeac (diff) | |
parent | b2454b5a796eec6df5662a164de831502989568b (diff) |
Merge "Fixes missing Python libs"
-rwxr-xr-x | ci/daily.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/daily.sh b/ci/daily.sh index f87690f..0cafbe8 100755 --- a/ci/daily.sh +++ b/ci/daily.sh @@ -29,11 +29,11 @@ virtualenv "${WORKSPACE}/ci/job/storperf_daily_venv" source "${WORKSPACE}/ci/job/storperf_daily_venv/bin/activate" pip install --upgrade setuptools==33.1.1 +pip install cryptography==1.7.2 pip install functools32==3.2.3.post2 pip install pytz==2016.10 pip install osc_lib==1.3.0 pip install python-openstackclient==3.7.0 -pip install python-heatclient==1.7.0 "${WORKSPACE}/ci/generate-admin-rc.sh" |