]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prefer Python 3.12 if available
authorNicki Křížek <nicki@isc.org>
Tue, 30 Dec 2025 12:36:41 +0000 (13:36 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 21 Jan 2026 15:07:31 +0000 (16:07 +0100)
commit144779f3e5769394133cea3e2f0b87df30e9ef97
treed857251785461607355de96e85612e965093165e
parentac8e2905b89d69318ef5351dbffcedcc2f8bdcf9
Prefer Python 3.12 if available

This ensures that python3.12 is used testing on older distributions
like EL8 and EL9, where the platform default python3 is older.

python3.11 was explicitly added due to FreeBSD, which doesn't have that
binary symlinked to any other name (like python3). Previously, it worked
only incidentally - when python3 was listed first, it triggered special
meson code for python detection, which is no longer the case when
python3.12 is listed first.
meson.build