build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit 47b3237e8426c1fab05e26edaff2a1d4f099059b
parent c9abff9094f9e127b1b976dfd0702e6dce07c6d5
Author: MS <ms@taler.net>
Date:   Thu, 29 Oct 2020 15:22:05 +0100

prefer only python 3.8

Diffstat:
Mtalerbuildconfig.py | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py @@ -391,10 +391,7 @@ class PythonTool(Tool): # is checking pybabel + pybabel-3.[0-9]* too much and could # be broken down to pybabel + pybabel-3.7 and later names? version_dict = { - "3.7": "python3.7", "3.8": "python3.8", - "3.9": "python3.9", - "4.0": "python4.0", } for key, value in version_dict.items(): if existence(value):