diff options
author | Patrick Venture <venture@google.com> | 2017-06-15 09:19:58 -0700 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-06-26 21:57:21 +0000 |
commit | 7a2c9d771e464786ab778cc2353a463428e46d7b (patch) | |
tree | d8f665f09101738b5c25139c8e168e3749c343a7 | |
parent | 8bec40e2946bfab7027c2f4771dc254ae01d4414 (diff) | |
download | talos-openbmc-7a2c9d771e464786ab778cc2353a463428e46d7b.tar.gz talos-openbmc-7a2c9d771e464786ab778cc2353a463428e46d7b.zip |
Add python-subprocess to RDEPENDS for network.bb
Change-Id: I07463c50f77e52b7615856597ecf68e82f6b96b2
Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/network/network.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/network/network.bb b/meta-phosphor/common/recipes-phosphor/network/network.bb index 92dacb954..404bdaa3f 100644 --- a/meta-phosphor/common/recipes-phosphor/network/network.bb +++ b/meta-phosphor/common/recipes-phosphor/network/network.bb @@ -19,7 +19,7 @@ DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native" DEPENDS += "phosphor-logging" RDEPENDS_${PN} += "libsystemd" -RDEPENDS_${PN} += "python-dbus python-pygobject python-ipy" +RDEPENDS_${PN} += "python-dbus python-pygobject python-ipy python-subprocess" RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces" RDEPENDS_${PN} += "phosphor-logging" |