summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-10 12:02:11 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-10 12:24:48 +0100
commitb3d622bb295b9fbd4f29727d5af2f8293a97b5fd (patch)
tree29d63a7c13cb5c6fc263070c648167a98eea2429 /morphlib/morph2.py
parentc3d3e041382d3784c8007ce1b93d431ba575654e (diff)
downloadmorph-b3d622bb295b9fbd4f29727d5af2f8293a97b5fd.tar.gz
Various small fixes to make the new update-gits work again.
Diffstat (limited to 'morphlib/morph2.py')
-rw-r--r--morphlib/morph2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/morph2.py b/morphlib/morph2.py
index 8987b848..717d855c 100644
--- a/morphlib/morph2.py
+++ b/morphlib/morph2.py
@@ -34,7 +34,7 @@ class Morphology(object):
('sources', []),
('max-jobs', None),
('description', ''),
- ('build-depends', None),
+ ('build-depends', []),
('build-system', 'manual'),
]