Skip to content

Commit

Permalink
Merge "Revert "install LIBS_FROM_GIT using python 2 and 3 where appro…
Browse files Browse the repository at this point in the history
…priate""
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 4, 2019
2 parents b461a09 + 16bccbc commit 63ab664
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions inc/python
Expand Up @@ -380,16 +380,6 @@ function setup_dev_lib {
fi
local name=$1
local dir=${GITDIR[$name]}
if python3_enabled; then
# Turn off Python 3 mode and install the package again,
# forcing a Python 2 installation. This ensures that all libs
# being used for development are installed under both versions
# of Python.
echo "Installing $name again without Python 3 enabled"
USE_PYTHON3=False
setup_develop $bindep $dir
USE_PYTHON3=True
fi
setup_develop $bindep $dir
}

Expand Down

0 comments on commit 63ab664

Please sign in to comment.