Merge "Don't install pbr in a venv"
This commit is contained in:
@@ -37,6 +37,10 @@ function install_infra {
|
|||||||
PIP_VIRTUAL_ENV=$PIP_VIRTUAL_ENV pip_install -U pbr
|
PIP_VIRTUAL_ENV=$PIP_VIRTUAL_ENV pip_install -U pbr
|
||||||
PIP_VIRTUAL_ENV=$PIP_VIRTUAL_ENV pip_install $REQUIREMENTS_DIR
|
PIP_VIRTUAL_ENV=$PIP_VIRTUAL_ENV pip_install $REQUIREMENTS_DIR
|
||||||
|
|
||||||
|
# Unset the PIP_VIRTUAL_ENV so that PBR does not end up trapped
|
||||||
|
# down the VENV well
|
||||||
|
unset PIP_VIRTUAL_ENV
|
||||||
|
|
||||||
# Install pbr
|
# Install pbr
|
||||||
if use_library_from_git "pbr"; then
|
if use_library_from_git "pbr"; then
|
||||||
git_clone_by_name "pbr"
|
git_clone_by_name "pbr"
|
||||||
|
|||||||
Reference in New Issue
Block a user