commit | 285f73e3713ae11247d59467f20fa967f31fb55e | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Wed Dec 02 12:13:20 2015 -0500 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Wed Dec 02 12:14:31 2015 -0500 |
tree | 5ddb52b9196c0d1c7c046bdafbdd092867496ab7 | |
parent | bfd86fd1c1b19d9fea36e18b4b23f2ab2d45f941 [diff] |
Add python-spwd depenency to rest server Needed for pending rest server authentication support.
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb index 05f2383..cb68953 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 \