summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment')
-rwxr-xr-xbin/taler-deployment1
1 files changed, 1 insertions, 0 deletions
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()