Package: src:libpreludedb
Version: 4.1.0-2
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8
debian/rules:
CONFIGURE_FLAGS += --with-python3=`py3versions -r 2>/dev/null | sed 's/
/,/g'`
That can't work ...
-with-python3=python3.8,python3.7
checking for Python.h... yes
checking for python3.8,python3.7... no
checking for python3.6... no
checking for python3.5... no
checking for python3.4... no
checking for python3.3... no
checking for python3.2... no
checking for python3.1... no
checking for python3.0... no
configure: error: Could not find python3.8,python3.7 binary
If you want to build for every supported Python3 version, then you have to loop
over the versions.