blob: ca531e1bd84bf805f18f3098f928edf3f10853a5 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.managers.Download example implementation"
2DESCRIPTION = "An example implementation for the org.openbmc.managers.Download DBUS API."
3PR = "r1"
4
5inherit skeleton-python
6
Brad Bishop86ee1cf2016-06-27 14:53:52 -04007RDEPENDS_${PN} += "\
8 python-dbus \
9 python-pygobject \
10 python-subprocess \
11 pyphosphor \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040012 "
13
14SKELETON_DIR = "pydownloadmgr"