[Kimchi-devel] [PATCH] [Kimchi] Adding 'self.depends' option in root.py

Lucio Correia luciojhc at linux.vnet.ibm.com
Mon Feb 6 13:06:09 UTC 2017


Reviewed-By: Lucio Correia <luciojhc at linux.vnet.ibm.com>

On 03/02/2017 14:20, dhbarboza82 at gmail.com wrote:
> From: Daniel Henrique Barboza <danielhb at 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 at 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



More information about the Kimchi-devel mailing list