summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-12-14 01:50:41 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-01-17 04:08:56 +0300
commita73626fbaccb1bf02edc510fd441f86626e24fc0 (patch)
treeb9cb53ef1bd1c9c417c38d71c2012271c2fda894
parent82062467b7d55ecb65c7e24c659755fc4c842b57 (diff)
downloadopenbmc-a73626fbaccb1bf02edc510fd441f86626e24fc0.tar.xz
Add python-shell to RDEPENDS for network.bb
netman.py has a runtime dependency on glob which is provided by the python-shell package. Adding a direct run-time dependency to the recipe is useful. Change-Id: I212532a2987e6bde44f56e7e0f632c7e9e5c7b67 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/network/network.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/network/network.bb b/meta-phosphor/common/recipes-phosphor/network/network.bb
index b38a4a864..7a749a840 100644
--- a/meta-phosphor/common/recipes-phosphor/network/network.bb
+++ b/meta-phosphor/common/recipes-phosphor/network/network.bb
@@ -20,6 +20,7 @@ DEPENDS += "phosphor-logging"
RDEPENDS_${PN} += "libsystemd"
RDEPENDS_${PN} += "python-dbus python-pygobject python-ipy python-subprocess"
+RDEPENDS_${PN} += "python-shell"
RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
RDEPENDS_${PN} += "phosphor-logging"