gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: missing __init__.py


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: missing __init__.py
Date: Fri, 28 Apr 2017 17:00:04 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new b49aadf  missing __init__.py
b49aadf is described below

commit b49aadf745b1b83b07e6a61aa2f105c2837fe5e7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 28 16:59:38 2017 +0200

    missing __init__.py
---
 src/mitm/Makefile.in                   | 2 +-
 src/mitm/talermerchantmitm/__init__.py | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mitm/Makefile.in b/src/mitm/Makefile.in
index 1f46325..a5d67d1 100644
--- a/src/mitm/Makefile.in
+++ b/src/mitm/Makefile.in
@@ -9,5 +9,5 @@ install-data:
 
 .PHONY: install
 install: install-data
-       pip3 install . --install-option="address@hidden@"
+       pip3 install . --install-option="address@hidden@" --upgrade --no-deps
        install -m 544 -Dt @prefix@/bin taler-merchant-mitm
diff --git a/src/mitm/talermerchantmitm/__init__.py 
b/src/mitm/talermerchantmitm/__init__.py
new file mode 100644
index 0000000..e69de29

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



reply via email to

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