]> git.pld-linux.org Git - packages/gpgme.git/blob - python3.10.patch
- python build/test fixes, rel 3
[packages/gpgme.git] / python3.10.patch
1 --- gpgme-1.17.1/configure.ac~  2022-04-01 12:46:31.000000000 +0200
2 +++ gpgme-1.17.1/configure.ac   2022-04-01 12:59:17.145683983 +0200
3 @@ -425,7 +425,7 @@
4         if test "$found_py" = "1" -o "$found_py3" = "1"; then
5           # Reset everything, so that we can look for another Python.
6            m4_foreach([mym4pythonver],
7 -                     [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[3.9],[all]],
8 +                     [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[3.9],[3.10],[all]],
9             [unset PYTHON
10             unset PYTHON_VERSION
11             unset PYTHON_CPPFLAGS
12 --- gpgme-1.17.1/m4/python.m4~  2020-07-15 12:14:17.000000000 +0200
13 +++ gpgme-1.17.1/m4/python.m4   2022-04-01 12:59:57.815661123 +0200
14 @@ -42,7 +42,7 @@
15    m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
16  [python2 python2.7 dnl
17   python dnl
18 - python3 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4
19 + python3 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4
20   ])
21  
22    AC_ARG_VAR([PYTHON], [the Python interpreter])
This page took 0.045614 seconds and 3 git commands to generate.