summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/users
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-13 22:51:50 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-14 21:20:54 -0400
commit59ef36af2846f9a68626047013d9e1dac0225ca1 (patch)
tree3b2aecbb023c2c5ac6a76e5747a4799b8ea96978 /meta-phosphor/common/recipes-phosphor/users
parent0d2bd6ae2478ff8e44c4d3f81202e733620791e7 (diff)
downloadtalos-openbmc-59ef36af2846f9a68626047013d9e1dac0225ca1.tar.gz
talos-openbmc-59ef36af2846f9a68626047013d9e1dac0225ca1.zip
phosphor-user: add missing subprocess dependency
Change-Id: I47f464352b91c0c139227d2d06ca3698f7b17ca8
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/users')
-rw-r--r--meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb b/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb
index a30740359..d30a39457 100644
--- a/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb
+++ b/meta-phosphor/common/recipes-phosphor/users/obmc-phosphor-user.bb
@@ -10,7 +10,11 @@ inherit obmc-phosphor-dbus-service
PROVIDES += "virtual/obmc-user-mgmt"
RPROVIDES_${PN} += "virtual-obmc-user-mgmt"
-RDEPENDS_${PN} += "python-dbus python-pygobject python-pexpect"
+RDEPENDS_${PN} += " \
+ python-dbus \
+ python-pygobject \
+ python-subprocess \
+ python-pexpect"
SRC_URI += "git://github.com/openbmc/phosphor-networkd"
OpenPOWER on IntegriCloud