qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] configure: remove python pkg_resources check
@ 2020-11-24 21:19 Olaf Hering
  2020-11-25  4:19 ` Thomas Huth
  0 siblings, 1 reply; 3+ messages in thread
From: Olaf Hering @ 2020-11-24 21:19 UTC (permalink / raw)
  To: Olaf Hering, qemu-devel

Since meson.git#0240d760c7699a059cc89e584363c6431cdd2b61 setuptools is not required anymore.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 configure | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure b/configure
index 8c5d2f9a69..ce9b3c0a33 100755
--- a/configure
+++ b/configure
@@ -1913,9 +1913,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") ;;


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-25 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-24 21:19 [PATCH v1] configure: remove python pkg_resources check Olaf Hering
2020-11-25  4:19 ` Thomas Huth
2020-11-25 17:51   ` Paolo Bonzini

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).