summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-12-17 00:57:41 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-20 16:29:18 +0000
commitc618a43e4c326641ed7e3d5d4102fbea290a4087 (patch)
tree74c42a1566fe013429b3e64db8b4cccf6de88f49
parentdbfc85c7aeb145cddf71b6d66df7dbb9461ea427 (diff)
downloaddefinitions-c618a43e4c326641ed7e3d5d4102fbea290a4087.tar.gz
Add build-depends for baserock-import
The tool is now run at build-time (to generate a 'man' page) so its runtime dependencies need to be available in the staging area.
-rw-r--r--strata/baserock-import.morph5
1 files changed, 4 insertions, 1 deletions
diff --git a/strata/baserock-import.morph b/strata/baserock-import.morph
index 0cf86f28..0d5cafb9 100644
--- a/strata/baserock-import.morph
+++ b/strata/baserock-import.morph
@@ -28,4 +28,7 @@ chunks:
repo: baserock:baserock/import
ref: 764531201f99bf1d9c6dd451a212b741bfb6715e
unpetrify-ref: master
- build-depends: []
+ build-depends:
+ - ansicolor
+ - networkx
+ - python-decorator