meta-phosphor: pid-control: drop duplicate depend

Drop the duplicate dependency on phosphor-dbus-interfaces from the
phosphor-pid-control recipe.

(From meta-phosphor rev: 2043a7965609b50e2b3dc814404a919788986bd6)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I8ccffb817bf992661798f0f020b364a55f28f529
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index ba52153..676b217 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -24,7 +24,6 @@
 DEPENDS += "sdbusplus"
 DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "phosphor-logging"
-DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "libevdev"
 DEPENDS += "nlohmann-json"
 DEPENDS += "cli11"