From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: jsnow@redhat.com
Subject: [PATCH 5/9] configure: never use PyPI for Meson
Date: Wed, 9 Aug 2023 11:29:29 +0200 [thread overview]
Message-ID: <20230809092933.761524-6-pbonzini@redhat.com> (raw)
In-Reply-To: <20230809092933.761524-1-pbonzini@redhat.com>
Since there is a vendored copy, there is no point in choosing online
operation.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure b/configure
index f2bd8858d6c..f13f0662b98 100755
--- 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" ;
--
2.41.0
next prev parent reply other threads:[~2023-08-09 9:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-09 9:29 [PATCH 0/9] Use known good releases when installing in pyvenv Paolo Bonzini
2023-08-09 9:29 ` [PATCH 1/9] python: mkvenv: tweak the matching of --diagnose to depspecs Paolo Bonzini
2023-08-09 9:29 ` [PATCH 2/9] python: mkvenv: introduce TOML-like representation of dependencies Paolo Bonzini
2023-08-09 9:29 ` [PATCH 3/9] python: mkvenv: add ensuregroup command Paolo Bonzini
2023-08-09 9:29 ` [PATCH 4/9] lcitool: bump libvirt-ci submodule and regenerate Paolo Bonzini
2023-08-09 9:29 ` Paolo Bonzini [this message]
2023-08-09 9:29 ` [PATCH 6/9] python: use vendored tomli Paolo Bonzini
2023-08-09 9:29 ` [PATCH 7/9] configure: switch to ensuregroup Paolo Bonzini
2023-08-09 9:29 ` [PATCH 8/9] Revert "tests: Use separate virtual environment for avocado" Paolo Bonzini
2023-08-09 9:29 ` [PATCH 9/9] tests/docker: add python3-tomli dependency to containers Paolo Bonzini
2023-08-10 0:40 ` [PATCH 0/9] Use known good releases when installing in pyvenv John Snow
2023-08-10 11:52 ` Philippe Mathieu-Daudé
2023-08-10 11:56 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230809092933.761524-6-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=jsnow@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).