diskimage-builder/releasenotes/notes/python-venv-d5b04fcf57e460bf.yaml
Ian Wienand f2e0b01336 pip-and-virtualenv: include python3-venv for Debuntu
This package is not installed by default on Debuntu, but is on RH
platforms.  This is causing a build breakage as DIB_PYTHON_VIRTUALENV
tries to use this (I3414fb9e503f94ff744b560eff9ec0f4afdbb50e).

Add the package.

Change-Id: I9a551c57dd128bbb4b095c847f634c777b2cb553
2019-10-25 16:26:33 +11:00

6 lines
188 B
YAML

---
fixes:
- |
The ``pip-and-virtualenv`` element also installs ``python3-venv``
on Python-3 Debian-like distributions to ensure
``$DIB_PYTHON_VIRTUALENV`` works as expected.