aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2020-11-24 22:19:25 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2020-11-25 12:49:40 -0500
commit8e84bf984a9870f1bb769ead56846b3385aafb64 (patch)
tree105d7d32281ba9c864b67d9e5c7e0e47ea724c52 /configure
parent8e242b3cb4cb9f7c2eeeec12a79d99a12c8e0ecf (diff)
downloadqemu-8e84bf984a9870f1bb769ead56846b3385aafb64.zip
qemu-8e84bf984a9870f1bb769ead56846b3385aafb64.tar.gz
qemu-8e84bf984a9870f1bb769ead56846b3385aafb64.tar.bz2
configure: remove python pkg_resources check
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 796cec1..18c26e0 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") ;;