diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2016-04-15 09:45:48 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2016-04-29 17:40:17 -0400 |
commit | ce54900d0cce9ab66c614982baba40441584a6b7 (patch) | |
tree | 93cf9ac572ba2b2046616c38217815a77e831c22 /meta-phosphor/common | |
parent | 1866754819cf99a5e0c93eb62245ab6aefbd271d (diff) | |
download | talos-openbmc-ce54900d0cce9ab66c614982baba40441584a6b7.tar.gz talos-openbmc-ce54900d0cce9ab66c614982baba40441584a6b7.zip |
Add pyphosphor requirement to rest-dbus
Once this happens the duplicated code can be removed from rest-dbus.
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb index fa551f553..1dfe02708 100644 --- a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb +++ b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb @@ -13,7 +13,7 @@ RDEPENDS_${PN} += " \ python-json \ python-dbus \ python-xml \ - obmc-mapper \ + pyphosphor \ " SRC_URI += " \ |