Since meson.git#0240d760c7699a059cc89e584363c6431cdd2b61 setuptools is not required anymore.
Signed-off-by: Olaf Hering <o...@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") ;;