build-common

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

commit 050fa1ce60279638d7a68517f4cc64a70de185e3
parent e08ea37979dcc17ac8e0987251771d771503cb56
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 16 May 2021 19:02:56 +0200

fix for python 3.7

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

diff --git a/talerbuildconfig.py b/talerbuildconfig.py @@ -391,6 +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", }