gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] branch master updated: also detect other Python ver


From: gnunet
Subject: [taler-build-common] branch master updated: also detect other Python versions ...
Date: Tue, 10 Dec 2019 20:40:19 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new d725a0c  also detect other Python versions ...
d725a0c is described below

commit d725a0cd1b4aa3ff54452a702b8c19db3f3c3393
Author: Florian Dold <address@hidden>
AuthorDate: Tue Dec 10 20:39:47 2019 +0100

    also detect other Python versions ...
---
 sh/lib.sh/existence_python.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/lib.sh/existence_python.sh b/sh/lib.sh/existence_python.sh
index f32975a..5fd9b03 100644
--- a/sh/lib.sh/existence_python.sh
+++ b/sh/lib.sh/existence_python.sh
@@ -36,7 +36,7 @@ existence_python()
     # executable name because there is a PEP which
     # defines the executable to be like this.
     if existence python3; then
-        if test ! -z "`python3 --version | awk '$2 ~ /3.7/ { print }'`"; then
+        if test ! -z "`python3 --version | awk '$2 ~ /^3\./ { print }'`"; then
             python="python3"
         else
             echo "*** At least python 3.7 is required for the buildsystem"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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