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>
This commit is contained in:
parent
8e242b3cb4
commit
8e84bf984a
3
configure
vendored
3
configure
vendored
@ -1912,9 +1912,6 @@ fi
|
|||||||
|
|
||||||
case "$meson" in
|
case "$meson" in
|
||||||
git | internal)
|
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="$python ${source_path}/meson/meson.py"
|
||||||
;;
|
;;
|
||||||
*) meson=$(command -v "$meson") ;;
|
*) meson=$(command -v "$meson") ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user