python: mkvenv: remove ensure command
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Aug 2023 08:07:55 +0000 (10:07 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 8 Jun 2024 08:33:39 +0000 (10:33 +0200)
commitfc00123f3abeb027cd51eb58ea8845377794b3bc
tree794f8ac4c9078b5994876442a4d6f45f440a220a
parent1f97715c8390e582f154d8b579c70779bd8c9bdf
python: mkvenv: remove ensure command

This was used to bootstrap the venv with a TOML parser, after which
ensuregroup is used.  Now that we expect it to be present as a system
package (either tomli or, for Python 3.11, tomllib), it is not needed
anymore.

Note that this means that, when implemented, the hypothetical "isolated"
mode that does not use any system packages will only work with Python
3.11+.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
python/scripts/mkvenv.py