commit | 59ef36af2846f9a68626047013d9e1dac0225ca1 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 13 22:51:50 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 14 21:20:54 2016 -0400 |
tree | 3b2aecbb023c2c5ac6a76e5747a4799b8ea96978 | |
parent | 0d2bd6ae2478ff8e44c4d3f81202e733620791e7 [diff] |
phosphor-user: add missing subprocess dependency Change-Id: I47f464352b91c0c139227d2d06ca3698f7b17ca8
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 a307403..d30a394 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 @@ 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"