File: ensure-venv-d7c16a2a04fd3b8f.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    The `ensure-venv` module is added to ensure that `python3 -m venv`
    is available on the host.  This can be useful if you wish to
    install non-distribution-packaged Python software on a host during
    build, but not mix any non-distro installation.  This works on all
    platforms with Python 3 available.
depreceations:
  - |
    The `simple-init` element now uses `ensure-venv` so is technically
    Python 3 only.  At this stage, all supported platforms have Python
    3 available.