diskimage-builder/diskimage_builder/elements/pip-and-virtualenv/install.d
Riccardo Pittau f576658a4f Avoid unbound variable error when installing pip
The pip_args variable is not initialized when installing pip for
bullseye resulting in an unbound variable error when running
install_python3_pip on that debian version.
This patch fixes the issue moving pip_args inizialization to a common
place.

Change-Id: I1603c97871449b4f73e3062a705d655e9454bf33
2021-12-20 16:06:44 +01:00
..
pip-and-virtualenv-source-install Avoid unbound variable error when installing pip 2021-12-20 16:06:44 +01:00