blob: ca807153a6582eac0784972147a3727006b49047 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.control.Chassis example implementation"
2DESCRIPTION = "An example implementation of the org.openbmc.control.Chassis DBUS API."
3PR = "r1"
4
5inherit skeleton-python
6
7RDEPENDS_${PN} += "\
8 python-dbus \
9 python-pygobject \
10 python-netclient \
11 pyphosphor \
12 "
13
14SKELETON_DIR = "pychassisctl"