mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
idjc: whitelist Python 3.11 3.12
This commit is contained in:
parent
0af896306d
commit
459e2e1046
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
# Generate python installation stuff
|
||||
-m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9])
|
||||
+m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9 python3.10])
|
||||
+m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9 python3.10 python3.11 python3.12])
|
||||
AM_PATH_PYTHON([3.7])
|
||||
AC_SUBST([idjcpythondir], [\${pkglibdir}/site-packages])
|
||||
AC_SUBST([idjcpkgpythondir], [\${pkglibdir}/site-packages/idjc])
|
||||
|
|
Loading…
Add table
Reference in a new issue