commit | 2f715170c0d64118ff1675394907aad9e24929bc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 08 20:12:05 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 08 20:12:05 2016 -0600 |
tree | 7300b145f81c6cd27b2737f27ab4bb1cfb1676e9 | |
parent | 9fbe1b5e6d5e5dc46a6c657841a71957ff883ce1 [diff] | |
parent | 285f73e3713ae11247d59467f20fa967f31fb55e [diff] |
Merge pull request #113 from bradbishop/spwd Add python-spwd depenency to rest server
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb index 6a8820b..3033a8d 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
@@ -16,6 +16,7 @@ obmc-mapper \ python-rocket \ python-bottle \ + python-spwd \ " SRC_URI += "git://github.com/openbmc/phosphor-rest-server"