commit | d0e0cd7003c72c60c73aa25208d59955bd2733d9 | [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 | de99e9353a308af0a70d6b66eb41c48a10a5654f | |
parent | 83b54000a8d81c507909f88367a073072c75b406 [diff] |
Add python-spwd depenency to rest server Needed for pending rest server authentication support.
diff --git a/common/recipes-phosphor/dbus/obmc-rest.bb b/common/recipes-phosphor/dbus/obmc-rest.bb index 05f2383..cb68953 100644 --- a/common/recipes-phosphor/dbus/obmc-rest.bb +++ b/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 \