From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: Olaf Hering <olaf@aepfle.de>, Thomas Huth <thuth@redhat.com>
Subject: [PULL 2/5] configure: remove python pkg_resources check
Date: Thu, 26 Nov 2020 02:59:18 -0500 [thread overview]
Message-ID: <20201126075921.3116321-3-pbonzini@redhat.com> (raw)
In-Reply-To: <20201126075921.3116321-1-pbonzini@redhat.com>
From: Olaf Hering <olaf@aepfle.de>
Since meson.git#0240d760c7699a059cc89e584363c6431cdd2b61 setuptools is not required anymore.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201124211925.4194-1-olaf@aepfle.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configure b/configure
index 796cec14de..18c26e0389 100755
--- a/configure
+++ b/configure
@@ -1912,9 +1912,6 @@ fi
case "$meson" in
git | internal)
- if ! $python -c 'import pkg_resources' > /dev/null 2>&1; then
- error_exit "Python setuptools not found"
- fi
meson="$python ${source_path}/meson/meson.py"
;;
*) meson=$(command -v "$meson") ;;
--
2.26.2
next prev parent reply other threads:[~2020-11-26 8:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-26 7:59 [PULL 0/5] Final (?) batch of misc patches for QEMU 5.2 Paolo Bonzini
2020-11-26 7:59 ` [PULL 1/5] meson: use dependency() to find libjpeg Paolo Bonzini
2020-11-26 7:59 ` Paolo Bonzini [this message]
2020-11-26 7:59 ` [PULL 3/5] tests/docker, tests/vm: remove setuptools from images Paolo Bonzini
2020-11-26 7:59 ` [PULL 4/5] target/i386: fix operand order for PDEP and PEXT Paolo Bonzini
2020-11-26 7:59 ` [PULL 5/5] nsis: Fix build for 64 bit installer Paolo Bonzini
2020-11-26 8:12 ` [PULL 0/5] Final (?) batch of misc patches for QEMU 5.2 no-reply
2020-11-26 10:10 ` Peter Maydell
2020-11-26 10:53 ` Paolo Bonzini
2020-11-26 14:12 ` Peter Maydell
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=20201126075921.3116321-3-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=olaf@aepfle.de \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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).