commit | 5fec9ca4d7a624f7d426b9a26b087bd222a5d852 | [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 | 56e6cb070a0c134b1f55d28bcf295f7c10c51e29 | |
parent | 5182154d45ecf1a614a2971959c840d292c6b913 [diff] |
phosphor-user: add missing subprocess dependency Change-Id: I47f464352b91c0c139227d2d06ca3698f7b17ca8
diff --git a/common/recipes-phosphor/users/obmc-phosphor-user.bb b/common/recipes-phosphor/users/obmc-phosphor-user.bb index a307403..d30a394 100644 --- a/common/recipes-phosphor/users/obmc-phosphor-user.bb +++ b/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"