mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-31 01:21:09 +02:00
Python 2 is no longer officially supported, but we were still using it to generate test suite .c files from .function files when using GNU make. Switch to looking for Python 3. CMake currently uses a system-dependent version of the Python language. This commit does not affect CMake builds. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>