blob: 125fd65b29ff2460f2a66001746004afbbba8c37 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC state manager"
2DESCRIPTION = "OpenBMC state manager."
3PR = "r1"
4
5inherit skeleton-python
6
7VIRTUAL-RUNTIME_skeleton_workbook ?= ""
8
9RDEPENDS_${PN} += "\
10 python-dbus \
11 python-json \
12 python-subprocess \
13 python-pygobject \
14 "
15
16SKELETON_DIR = "pystatemgr"