gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: export PYTHONPATH


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: export PYTHONPATH before tests are run
Date: Sat, 25 Nov 2017 14:41:57 +0100

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

marcello pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new e09980a  export PYTHONPATH before tests are run
e09980a is described below

commit e09980a81737db071f7b3a11980f330225a797ac
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 25 14:41:38 2017 +0100

    export PYTHONPATH before tests are run
---
 Makefile.in  | 1 +
 configure.ac | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 07f0eb9..c16dac2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,4 +49,5 @@ install: $(templates) install-data
 .PHONY: check
 check:
        @export address@hidden@/talerdonations/tests.conf; \
+        export address@hidden@/lib/address@hidden@/site-packages; \
         python3 talerdonations/tests.py
diff --git a/configure.ac b/configure.ac
index c1acc55..8852d84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_PROG_SED
 PC_INIT([3.4])
 pyheaders=0
 PC_PYTHON_CHECK_HEADERS([pyheaders=1])
+PC_PYTHON_CHECK_VERSION()
 
 #
 # Check for pip3

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



reply via email to

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