meta-phosphor: host-postd: drop RDEPENDS

Drop RDEPENDS to rely on bitbake to determine them.

Change-Id: I021e606b74047dbd42553339cc5c3f7bb7de7362
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/host/phosphor-host-postd_git.bb b/recipes-phosphor/host/phosphor-host-postd_git.bb
index 8d19ce4..e3e6ec9 100644
--- a/recipes-phosphor/host/phosphor-host-postd_git.bb
+++ b/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"