Home GnuPG

build: Make looking for any Python version work as intended

Description

build: Make looking for any Python version work as intended

* configure.ac: Don't look for Python 3.6 explicitly. Pass 3.6 as
minimum version when looking for any Python version. Fix the m4_if
condition comparing mym4pythonver to "any".

This fixes the fallback (previously using "all" and now using "any" as
version) which was intended to find any suitable Python version in case
looking for an explicit version didn't work. Now we only look for
Python versions that are still supported explicitly, but for the
fallback we allow any Python version >= 3.6 (which some LTS Linux
distros still ship).

Details

Provenance
ikloeckerAuthored on Dec 10 2024, 11:25 AM
Parents
rGPGMEPY5fe5e7c5aa75: build: Remove support for Python 2
Branches
Unknown
Tags
Unknown

Event Timeline