Add pip-and-virtualenv dependency for DIBs

Logic has been updated and we now need to force pip to be installed via
this element.

Change-Id: Ie57df132eb4815202fc29b94f2858cf3fc1dc57b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-04-29 13:17:37 -04:00
parent 6030e20dc8
commit 5f6baf6296
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
pip-and-virtualenv

View File

@ -23,4 +23,4 @@ set -e
# NOTE(pabelanger): This is to work around a bug in the zuul-jobs tox role, this
# is because ensure-tox installs into ~/.local/bin however ansible doesn't
# incude that within PATH by default.
pip install tox
$DIB_PYTHON_PIP install tox