Revert "Use virtualenv --seeder=pip so that libs are accessible"
--seeder=pip is breaking images where pip is not installed from source.
New virtualenv upstream release 20.0.2 has fixed the issue seen when
using sudo [1] by copying instead of symlinking and does not need this
fix anymore.
[1] f4fd6a0991
This reverts commit be9530ae163b8f27b219c4122c3583436c36e107.
Change-Id: I799982d9c023141cf612901084d4ecbd4447e969
This commit is contained in:
parent
be9530ae16
commit
e17d562000
@ -22,5 +22,5 @@ if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
||||
fi
|
||||
set -e
|
||||
|
||||
$DIB_PYTHON_VIRTUALENV --seeder=pip /usr/bindep-env
|
||||
$DIB_PYTHON_VIRTUALENV /usr/bindep-env
|
||||
/usr/bindep-env/bin/pip install bindep
|
||||
|
@ -18,6 +18,5 @@ if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
||||
fi
|
||||
set -e
|
||||
|
||||
# TODO is this used anymore?
|
||||
$DIB_PYTHON_VIRTUALENV --seeder=pip /usr/os-testr-env
|
||||
$DIB_PYTHON_VIRTUALENV /usr/os-testr-env
|
||||
/usr/os-testr-env/bin/pip install os-testr
|
||||
|
Loading…
x
Reference in New Issue
Block a user