summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-16 19:02:56 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-16 19:02:56 +0200
commit050fa1ce60279638d7a68517f4cc64a70de185e3 (patch)
treeb1ac68af9f163ecdbf93c1394e0feb5f7c77a11f
parente08ea37979dcc17ac8e0987251771d771503cb56 (diff)
downloadbuild-common-050fa1ce60279638d7a68517f4cc64a70de185e3.tar.gz
build-common-050fa1ce60279638d7a68517f4cc64a70de185e3.tar.bz2
build-common-050fa1ce60279638d7a68517f4cc64a70de185e3.zip
fix for python 3.7
-rw-r--r--talerbuildconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index 79bdd3a..878beb3 100644
--- 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",
}