gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-core] branch master updated: sync python test


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-core] branch master updated: sync python test from build-scripts
Date: Fri, 18 Oct 2019 18:04:41 +0200

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

ng0 pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 762cd909 sync python test from build-scripts
762cd909 is described below

commit 762cd9090f6e4176bf31c9739579209460b40464
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 18 16:04:15 2019 +0000

    sync python test from build-scripts
---
 configure | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 7ad5a913..45837b56 100755
--- a/configure
+++ b/configure
@@ -42,7 +42,24 @@ existence()
 # executable name because there is a PEP which
 # defines the executable to be like this.
 if existence python3; then
-    python="python3"
+    if test ! -z "`python3 --version | awk '$2 ~ /3.7/ { print }'`"; then
+        python="python3"
+    else
+        echo "*** At least python 3.7 is required for the buildsystem"
+        exit 1
+    fi
+# elif existence python3.1; then
+#     python="python3.1"
+# elif existence python3.2; then
+#     python="python3.2"
+# elif existence python3.3; then
+#     python="python3.3"
+# elif existence python3.4; then
+#     python="python3.4"
+# elif existence python3.5; then
+#     python="python3.5"
+# elif existence python3.6; then
+#     python="python3.6"
 elif existence python3.7; then
     python="python3.7"
 elif existence python3.8; then

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



reply via email to

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