meta-phosphor: pid-control: fixup depends

Fixup depends, remove obsolete dependencies.
Drop rdepends.
Add missing dependency on phosphor-dbus-interfaces.

Change-Id: Ic0b9ff982a840369f6e2119774a4c9f2722baea9
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/fans/phosphor-pid-control_git.bb b/recipes-phosphor/fans/phosphor-pid-control_git.bb
index dfba0bb..1f9c073 100644
--- a/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -23,6 +23,7 @@
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "sdbusplus"
 DEPENDS += "phosphor-logging"
+DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "libevdev"
 DEPENDS += "nlohmann-json"
 DEPENDS += "cli11"
@@ -30,8 +31,6 @@
 # We depend on this to be built first so we can build our providers.
 DEPENDS += "phosphor-ipmi-host"
 
-RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
-
 FILES_${PN} = "${sbindir}/swampd ${sbindir}/setsensor"
 
 # The following installs the OEM IPMI handler for the fan controls.