Merge "pip-and-virtualenv: include python3-venv for Debuntu"
This commit is contained in:
commit
392ebeec68
@ -31,3 +31,6 @@ python-dev:
|
|||||||
python3-dev:
|
python3-dev:
|
||||||
installtype: source
|
installtype: source
|
||||||
dib_python_version: 3
|
dib_python_version: 3
|
||||||
|
# Separate package on debubuntu
|
||||||
|
python3-venv:
|
||||||
|
dib_python_version: 3
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"family": {
|
"family": {
|
||||||
|
"debian": {
|
||||||
|
"python3-venv": "python3-venv"
|
||||||
|
},
|
||||||
"gentoo": {
|
"gentoo": {
|
||||||
"python-pip": "dev-python/pip",
|
"python-pip": "dev-python/pip",
|
||||||
"python3-pip": "dev-python/pip",
|
"python3-pip": "dev-python/pip",
|
||||||
@ -28,6 +31,7 @@
|
|||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"python-xml": "",
|
"python-xml": "",
|
||||||
"python3": ""
|
"python3": "",
|
||||||
|
"python3-venv": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
6
releasenotes/notes/python-venv-d5b04fcf57e460bf.yaml
Normal file
6
releasenotes/notes/python-venv-d5b04fcf57e460bf.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
The ``pip-and-virtualenv`` element also installs ``python3-venv``
|
||||||
|
on Python-3 Debian-like distributions to ensure
|
||||||
|
``$DIB_PYTHON_VIRTUALENV`` works as expected.
|
Loading…
Reference in New Issue
Block a user