Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC python devtools" |
2 | DESCRIPTION = "Shortcut scripts for developers." | ||||
3 | PR = "r1" | ||||
4 | |||||
5 | inherit skeleton-python | ||||
6 | |||||
7 | VIRTUAL-RUNTIME_skeleton_workbook ?= "" | ||||
8 | |||||
9 | RDEPENDS_${PN} += "\ | ||||
10 | python-dbus \ | ||||
11 | python-json \ | ||||
12 | python-xml \ | ||||
13 | python-pygobject \ | ||||
14 | ${VIRTUAL-RUNTIME_skeleton_workbook} \ | ||||
15 | " | ||||
16 | |||||
17 | SKELETON_DIR = "pytools" |