From e93bb2d323f0a869731b6b1b51c2fee61552789e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Apr 2021 16:51:17 +0200 Subject: 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() -- cgit v1.2.3