gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: Getting again rid of --


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: Getting again rid of --system as a pip3's option, as it fails on pip3 9.0.1 ..
Date: Sun, 23 Apr 2017 01:02:09 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 86285ee  Getting again rid of --system as a pip3's option, as it fails 
on pip3 9.0.1 ..
86285ee is described below

commit 86285ee55c148ac8c531c2a30d9233832473f70a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Apr 23 01:01:11 2017 +0200

    Getting again rid of --system as a pip3's option,
    as it fails on pip3 9.0.1 ..
---
 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ceb8171..21d25d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ pkgdata_DATA = \
 
 # link package under prefix to source tree
 install-dev:
-       @pip3 install -e . --install-option="address@hidden@" --system
+       @pip3 install -e . --install-option="address@hidden@"
 
 check:
        @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" && python3 -m django test talerbank.app.tests
@@ -28,9 +28,9 @@ check:
 
 # install into prefix
 install-exec-hook:
-       @pip3 install . --install-option="address@hidden@" --system
+       @pip3 install . --install-option="address@hidden@"
        @# force update when sources changed
-       @pip3 install . --install-option="address@hidden@" --upgrade --no-deps 
--system
+       @pip3 install . --install-option="address@hidden@" --upgrade --no-deps
 
 app:
        @tar czf taler-bank-$(PACKAGE_VERSION)-app.tgz `cat INCLUDE.APP`

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



reply via email to

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