projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb8541
)
configure: never use PyPI for Meson
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 8 Aug 2023 18:28:25 +0000
(20:28 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 28 Aug 2023 07:55:48 +0000
(09:55 +0200)
Since there is a vendored copy, there is no point in choosing online
operation.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index f2bd8858d6cb219d5d4f8208d0cb8ec61d16f108..f13f0662b9851615c169f2abaf3f912ed2a9af8b 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1018,13
+1018,7
@@
fi
python="$python -B"
mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
-mkvenv_flags=""
-if test "$download" = "enabled" ; then
- mkvenv_flags="--online"
-fi
-
if ! $mkvenv ensure \
- $mkvenv_flags \
--dir "${source_path}/python/wheels" \
--diagnose "meson" \
"meson>=0.63.0" ;