summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-bottle.inc6
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-rocket.inc3
2 files changed, 7 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-bottle.inc b/meta-phosphor/common/recipes-devtools/python/python-bottle.inc
index cc9599877..37526f7eb 100644
--- a/meta-phosphor/common/recipes-devtools/python/python-bottle.inc
+++ b/meta-phosphor/common/recipes-devtools/python/python-bottle.inc
@@ -13,7 +13,11 @@ inherit allarch
inherit setuptools
S = "${WORKDIR}/${SRCNAME}-${PV}"
-RDEPENDS_${PN} += "python-email-utils"
+RDEPENDS_${PN} += " \
+ python-email-utils \
+ python-json \
+ python-netserver \
+ "
PROVIDES += "${PN}-app"
PACKAGES += "${PN}-app"
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc b/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
index 73e7d1d38..72e055542 100644
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
+++ b/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
@@ -18,6 +18,7 @@ RDEPENDS_${PN} += "\
python-wsgiref-util \
python-wsgiref-headers \
python-email-utils \
- "
+ python-netserver \
+ "
BBCLASSEXTEND = "nativesdk"
OpenPOWER on IntegriCloud