gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-build-common] branch master updated: fix for python 3.7


From: gnunet
Subject: [taler-build-common] branch master updated: fix for python 3.7
Date: Sun, 16 May 2021 19:03:03 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new 050fa1c  fix for python 3.7
     new 38c168b  Merge branch 'master' of git+ssh://git.taler.net/build-common
050fa1c is described below

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

    fix for python 3.7
---
 talerbuildconfig.py | 1 +
 1 file changed, 1 insertion(+)

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",
             }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]