diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2023-08-09 01:10:34 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-06-08 10:33:39 +0200 |
| commit | 1f97715c8390e582f154d8b579c70779bd8c9bdf (patch) | |
| tree | 8ecbb7ec3bbdf87fc4d356c0d93c17f8329fa7f9 /configure | |
| parent | 1ea1432199cdddbb4e7f98cee71cabf50a9516f2 (diff) | |
| download | focaccia-qemu-1f97715c8390e582f154d8b579c70779bd8c9bdf.tar.gz focaccia-qemu-1f97715c8390e582f154d8b579c70779bd8c9bdf.zip | |
Revert "python: use vendored tomli"
Now that Ubuntu 20.04 is not included anymore, there is no need to ship it as part of QEMU; Ubuntu 22.04 includes it and Leap users anyway need to install all the required dependencies from PyPI. This mostly reverts commit ec77ee7634de123b7c899739711000fd21dab68b, with just some changes to the wording. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure index 4d01a42ba6..5ad1674ca5 100755 --- a/configure +++ b/configure @@ -955,10 +955,6 @@ mkvenv="$python ${source_path}/python/scripts/mkvenv.py" # Finish preparing the virtual environment using vendored .whl files -if $python -c 'import sys; sys.exit(sys.version_info >= (3,11))'; then - $mkvenv ensure --dir "${source_path}/python/wheels" \ - 'tomli>=1.2.0' || exit 1 -fi $mkvenv ensuregroup --dir "${source_path}/python/wheels" \ ${source_path}/pythondeps.toml meson || exit 1 |