
Reviewed-By: Lucio Correia <luciojhc@linux.vnet.ibm.com> On 03/02/2017 14:20, dhbarboza82@gmail.com wrote:
From: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
This option will be used by WoK to determine the dependencies of the plug-ins. The change made is harmless - the patch does not need the WoK changes to be upstream beforehand.
Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> --- root.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/root.py b/root.py index faa9eb9..5fa1690 100644 --- a/root.py +++ b/root.py @@ -73,6 +73,8 @@ class Kimchi(WokRoot): } }
+ self.depends = ['gingerbase'] + # Some paths or URI's present in the objectstore have changed after # Kimchi 2.0.0 release. Check here if an upgrade in the schema and data # are necessary.
-- Lucio Correia