From a3bb83221a329d90c188079200a86615331d2ab5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 13 Sep 2019 11:27:00 -0400 Subject: [PATCH] Get a dependency --- misc/python3/depgraph.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/python3/depgraph.sh b/misc/python3/depgraph.sh index de46943ad..0a537301c 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -15,6 +15,8 @@ TAHOE="${PWD}" git clone git@github.com:tahoe-lafs/tahoe-depgraph.git cd tahoe-depgraph +pip install twisted + # Generate the maybe-changed data. python tahoe-depgraph.py "${TAHOE}"