diff options
author | David Lamparter <equinox@diac24.net> | 2020-04-23 20:41:04 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-04-27 09:52:41 +0200 |
commit | bc76ad3f2d9a7f456c5ea6b4626c02e6235bccd3 (patch) | |
tree | 0d26785f802c59eb6a1bc45cc9eab5fb20f6bdb5 /m4 | |
parent | bfdd: fix frr-format false warning (diff) | |
download | frr-bc76ad3f2d9a7f456c5ea6b4626c02e6235bccd3.tar.xz frr-bc76ad3f2d9a7f456c5ea6b4626c02e6235bccd3.zip |
build: move python 2.x to the very last preference
Also try explicit 3.9 & 3.10.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_python.m4 b/m4/ax_python.m4 index d293da525..9f43ea0ab 100644 --- a/m4/ax_python.m4 +++ b/m4/ax_python.m4 @@ -3,7 +3,7 @@ dnl 2019 David Lamparter for NetDEF, Inc. dnl SPDX-License-Identifier: GPL-2.0-or-later dnl the _ at the beginning will be cut off (to support the empty version string) -m4_define_default([_FRR_PY_VERS], [_3 _ _2 _3.8 _3.7 _3.6 _3.5 _3.4 _3.3 _3.2 _2.7]) +m4_define_default([_FRR_PY_VERS], [_3 _3.10 _3.9 _3.8 _3.7 _3.6 _3.5 _3.4 _3.3 _3.2 _ _2 _2.7]) dnl check basic interpreter properties (py2/py3) dnl doubles as simple check whether the interpreter actually works |