Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC org.openbmc.managers.Download example implementation" |
| 2 | DESCRIPTION = "An example implementation for the org.openbmc.managers.Download DBUS API." |
| 3 | PR = "r1" |
| 4 | |
| 5 | inherit skeleton-python |
| 6 | |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 7 | RDEPENDS_${PN} += "\ |
| 8 | python-dbus \ |
| 9 | python-pygobject \ |
| 10 | python-subprocess \ |
| 11 | pyphosphor \ |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 12 | " |
| 13 | |
| 14 | SKELETON_DIR = "pydownloadmgr" |