summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-11-05 12:51:43 +0000
committerRichard Maw <richard.maw@gmail.com>2014-11-05 18:40:36 +0000
commit20bc5ec25fe14ce9a7dc37b1c3594a0430ebf645 (patch)
treefc9cb1e063405476371b85881b6ee114265ae800
parente09096ba96a62f3de7d4110f3874800cef0265f6 (diff)
downloadmorph-20bc5ec25fe14ce9a7dc37b1c3594a0430ebf645.tar.gz
Allow run-depends field in strata
-rw-r--r--morphlib/morphloader.py1
-rw-r--r--morphlib/morphloader_tests.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/morphloader.py b/morphlib/morphloader.py
index 8289b01e..9c3e82bc 100644
--- a/morphlib/morphloader.py
+++ b/morphlib/morphloader.py
@@ -363,6 +363,7 @@ class MorphologyLoader(object):
'chunks': [],
'description': '',
'build-depends': [],
+ 'run-depends': {},
'products': [],
},
'system': {
diff --git a/morphlib/morphloader_tests.py b/morphlib/morphloader_tests.py
index dd70c824..5c4f1470 100644
--- a/morphlib/morphloader_tests.py
+++ b/morphlib/morphloader_tests.py
@@ -674,6 +674,7 @@ build-system: dummy
'name': 'foo',
'description': '',
'build-depends': [],
+ 'run-depends': {},
'chunks': [
{
'name': 'bar',