blob: 96eee6fc86eb496f4a6964dc9e49e220254aaf6c [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC python devtools"
2DESCRIPTION = "Shortcut scripts for developers."
3PR = "r1"
Patrick Venturecd030112018-10-09 19:45:26 -07004PV = "1.0+git${SRCPV}"
Brad Bishop86ee1cf2016-06-27 14:53:52 -04005
6inherit skeleton-python
7
8VIRTUAL-RUNTIME_skeleton_workbook ?= ""
9
10RDEPENDS_${PN} += "\
11 python-dbus \
12 python-json \
13 python-xml \
14 python-pygobject \
15 ${VIRTUAL-RUNTIME_skeleton_workbook} \
16 "
17
18SKELETON_DIR = "pytools"