diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-08-08 20:28:25 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-08-28 09:55:48 +0200 |
commit | 7c3fb52bcdaef85b15a91b3ca4d1516f9d9b5402 (patch) | |
tree | 21bf176c59ad4c18dd2c2b9ab81bb77d2a71a791 /configure | |
parent | dcb8541b0b726e18af7bb32acc6eea383d3b75af (diff) |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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" ; |