Source: automake-1.16 Version: 1:1.16.5-1 Severity: important Tags: ftbfs patch User: [email protected] Usertags: python3.10
Hi Maintainer AM_PATH_PYTHON does not support Python 3.10. The simple patch below worked for me. I'm filing this bug with severity important, but it will be upgraded to serious once python3.10 becomes a supported version in debian, since it will cause several packages to FTBFS. Regards Graham --- a/m4/python.m4 +++ b/m4/python.m4 @@ -38,6 +38,7 @@ dnl supported. (2.0 was released on October 16, 2000). m4_define_default([_AM_PYTHON_INTERPRETER_LIST], [python python2 python3 dnl + python3.11 python3.10 dnl python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl python3.2 python3.1 python3.0 dnl python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl

