summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
index 6361f2598..a1a8cfdd4 100644
--- a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
+++ b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
@@ -9,7 +9,10 @@ inherit obmc-phosphor-discovery-service
require phosphor-rest.inc
-RRECOMMENDS_${PN} += "virtual-obmc-wsgihost"
+RRECOMMENDS_${PN} += " \
+ virtual-obmc-wsgihost \
+ python-gevent-websocket \
+ "
RDEPENDS_${PN} += " \
python-xml \