meta-phosphor: host-postd: drop RDEPENDS

Drop RDEPENDS to rely on bitbake to determine them.

(From meta-phosphor rev: 6615bf7fe43c9f6c5af9fd70b98921ec0efa8902)

Change-Id: I6ee96b0196b52daebc9f0b7192cb599fe24380df
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb b/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb
index 8d19ce4..e3e6ec9 100644
--- a/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb
+++ b/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb
@@ -15,8 +15,6 @@
 DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "systemd"
 
-RDEPENDS_${PN} += "sdbusplus sdeventplus phosphor-dbus-interfaces"
-
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/phosphor-host-postd"
 SRCREV = "1c16ad897b629442c6682e5d5062bdaad6caa150"