op-proc-control: Add build dependencies

Add the phosphor-dbus-interfaces and openpower-dbus-interfaces
dependencies as the code is now using them.

Change-Id: Ic5f532fd623d2906aaaa50c962675bbcb76cf0f3
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
index ed5e90d..d0374f5 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
@@ -7,10 +7,20 @@
 
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
-
-DEPENDS += "autoconf-archive-native phosphor-logging"
-RDEPENDS_${PN} += "phosphor-logging"
+inherit autotools pkgconfig pythonnative
 
 SRC_URI += "git://github.com/openbmc/openpower-proc-control"
 SRCREV = "ee401e9b58d234cc2e8126d264542f9f4548f2ee"
+
+DEPENDS += " \
+        autoconf-archive-native \
+        phosphor-logging \
+        phosphor-dbus-interfaces \
+        openpower-dbus-interfaces \
+        "
+
+RDEPENDS_${PN} += " \
+        phosphor-logging \
+        phosphor-dbus-interfaces \
+        openpower-dbus-interfaces \
+        "