gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: configure


From: gnunet
Subject: [taler-bank] branch master updated: configure
Date: Mon, 09 Nov 2020 16:44:17 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 2a1509c  configure
2a1509c is described below

commit 2a1509c07b996247b68c0dbc5d0cc0bae539c9cb
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 9 16:44:11 2020 +0100

    configure
---
 build-system/configure.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build-system/configure.py b/build-system/configure.py
index 2276a87..b0825dc 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -16,6 +16,8 @@ b = tbc.BuildConfig()
 
 # Declare dependencies
 b.add_tool(tbc.PosixTool("find"))
+b.add_tool(tbc.PosixTool("awk"))
+b.add_tool(tbc.GenericTool("pip3", version_arg="--version"))
 b.add_tool(tbc.GenericTool("poetry", version_arg="-V"))
 
 b.run()

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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