gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: ensure poetry is installed whe


From: gnunet
Subject: [taler-deployment] branch master updated: ensure poetry is installed when building bank
Date: Mon, 26 Apr 2021 16:51:19 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e93bb2d  ensure poetry is installed when building bank
e93bb2d is described below

commit e93bb2d323f0a869731b6b1b51c2fee61552789e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 26 16:51:17 2021 +0200

    ensure poetry is installed when building bank
---
 bin/taler-deployment | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 6b1ec15..7a92650 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -234,6 +234,7 @@ def build_sync(r, p):
 
 def build_bank(r, p):
     update_checkout(r, p)
+    subprocess.run(["pip3", "install", "poetry"], check=True)
     subprocess.run(["./bootstrap"], check=True)
     pfx = Path.home() / "local"
     pyconfigure()

-- 
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]