phosphor-fan: Remove unneeded RDEPENDS

These should be added as needed implicitly by the bitbake build process
detecting libraries in use by the binaries here.

(From meta-phosphor rev: ca8641ced139d28195bcf0d92ecf45fc98388ba1)

Change-Id: I496d60285bf225e6e068f9b369900447c1733e01
Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
index f9bb489..ec197f2 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
@@ -42,7 +42,6 @@
         virtual/phosphor-fan-presence-config \
         , \
 "
-RDEPENDS_${PN}-presence-tach += "sdbusplus"
 
 # Needed to install into the obmc-chassis-poweron target
 TMPL_TACH = "phosphor-fan-presence-tach@.service"
@@ -70,8 +69,6 @@
     , \
 "
 
-RDEPENDS_${PN}-control += "sdbusplus"
-
 FAN_CONTROL_TGT = "obmc-fan-control-ready@{0}.target"
 
 TMPL_CONTROL = "phosphor-fan-control@.service"
@@ -97,8 +94,6 @@
     , \
 "
 
-RDEPENDS_${PN}-monitor += "sdbusplus"
-
 TMPL_MONITOR = "phosphor-fan-monitor@.service"
 INSTFMT_MONITOR = "phosphor-fan-monitor@{0}.service"
 FMT_MONITOR = "../${TMPL_MONITOR}:${FAN_CONTROL_TGT}.requires/${INSTFMT_MONITOR}"