Pin pip to version less then 8.0.0
Waiting for: https://review.openstack.org/#/c/260150/ will be released Change-Id: I64adfc888a4dcb415d7fc469b2fa5ce13d49d3e7
This commit is contained in:
parent
04bbf80462
commit
4ae5a77abe
@ -38,8 +38,8 @@ PIP_PACKAGES="python-glanceclient"
|
||||
PIP_PACKAGES+=" mysql-python"
|
||||
# Requirements for Cloudera plugin
|
||||
PIP_PACKAGES+=" cm-api"
|
||||
# Upper cap due to problem with tox (2.0) which isolated system env variables
|
||||
PIP_PACKAGES+=" pip tox<2.0"
|
||||
# TODO: remove this pin. Upper cap due to problem with tox (2.0) which isolated system env variables. Pip has problem with upgrading/removing existing libraries
|
||||
PIP_PACKAGES+=" pip<8.0.0 tox<2.0"
|
||||
|
||||
echo "mysql-server mysql-server/root_password select $MYSQL_PASS" | sudo debconf-set-selections
|
||||
echo "mysql-server mysql-server/root_password_again select $MYSQL_PASS" | sudo debconf-set-selections
|
||||
|
Loading…
x
Reference in New Issue
Block a user