Skip to content

Commit

Permalink
Adding 'self.depends' option in root.py
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
danielhb authored and alinefm committed Feb 6, 2017
1 parent 90e37cf commit a386a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def __init__(self, wok_options):
}
}

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.
Expand Down

0 comments on commit a386a29

Please sign in to comment.