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: We need at least


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-core] branch master updated: We need at least python 3.7 for the build-system.
Date: Fri, 18 Oct 2019 17:36:46 +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 7a088ba0 We need at least python 3.7 for the build-system.
7a088ba0 is described below

commit 7a088ba0ca7a5644c30d56085cbd93d0b14fa704
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 18 15:36:15 2019 +0000

    We need at least python 3.7 for the build-system.
---
 configure | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/configure b/configure
index 644d471d..7ad5a913 100755
--- a/configure
+++ b/configure
@@ -43,18 +43,6 @@ existence()
 # defines the executable to be like this.
 if existence python3; then
     python="python3"
-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
@@ -72,7 +60,6 @@ fi
 # or fail anyway once configure.py is invoked because we
 # don't have python if we reach the point to fail.
 PYTHON=$($python -c 'import sys; print(sys.executable)')
-#echo $PYTHON
 
 
 # Call configure.py, assuming all went well.
@@ -80,4 +67,4 @@ PYTHON=$($python -c 'import sys; print(sys.executable)')
 # If $1 is empty, the python script checks the
 # environment for PREFIX. We might need more
 # variables and switches, such as DESTDIR.
-exec $PYTHON ./configure.py $@
+exec "$PYTHON" ./configure.py $@

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



reply via email to

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