commit | 693b7b0b713f7e841e86ab76b5e4058ac81b2eb4 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Fri Nov 13 09:11:20 2015 -0500 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Fri Nov 13 09:19:26 2015 -0500 |
tree | 01dedf3080e4f86c8f130f8f128ad3497191aa8c | |
parent | 68ac01e5ae2413f588b1ab93b4e77715375ccb94 [diff] |
Pull in rocket and bottle Will be using the bottle framework and the rocket wsgi server eventually.
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb index 0162ec5..941fa90 100644 --- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb +++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
@@ -14,6 +14,8 @@ python-dbus \ python-pygobject \ obmc-mapper \ + python-rocket \ + python-bottle \ " SRC_URI += " \ git://github.com/openbmc/phosphor-rest-server \