blob: 78442b8e08cb36f2442f850288b26c658b1e5399 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC hwmon poller"
2DESCRIPTION = "OpenBMC hwmon poller."
3PR = "r1"
4
5inherit skeleton-python
6
7VIRTUAL-RUNTIME_skeleton_workbook ?= ""
8
9RDEPENDS_${PN} += "\
10 python-dbus \
11 python-json \
12 python-shell \
13 python-pygobject \
14 pyphosphor \
15 ${VIRTUAL-RUNTIME_skeleton_workbook} \
16 "
17
18SKELETON_DIR = "pyhwmon"