aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-08-09 01:10:34 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-06-08 10:33:39 +0200
commit1f97715c8390e582f154d8b579c70779bd8c9bdf (patch)
tree8ecbb7ec3bbdf87fc4d356c0d93c17f8329fa7f9 /configure
parent1ea1432199cdddbb4e7f98cee71cabf50a9516f2 (diff)
downloadqemu-1f97715c8390e582f154d8b579c70779bd8c9bdf.zip
qemu-1f97715c8390e582f154d8b579c70779bd8c9bdf.tar.gz
qemu-1f97715c8390e582f154d8b579c70779bd8c9bdf.tar.bz2
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-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 4d01a42..5ad1674 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