Commit fc00123f authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 1f97715c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment