Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: never use PyPI for Meson
Since there is a vendored copy, there is no point in choosing online
operation.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Aug 28, 2023
1 parent dcb8541 commit 7c3fb52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configure
Expand Up @@ -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" ;
Expand Down

0 comments on commit 7c3fb52

Please sign in to comment.