diff options
author | Olaf Hering <olaf@aepfle.de> | 2020-11-24 22:19:25 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-25 12:49:40 -0500 |
commit | 8e84bf984a9870f1bb769ead56846b3385aafb64 (patch) | |
tree | 105d7d32281ba9c864b67d9e5c7e0e47ea724c52 /configure | |
parent | 8e242b3cb4cb9f7c2eeeec12a79d99a12c8e0ecf (diff) |
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-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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") ;; |