phosphor-watchdog: Doesn't depend on sdbus++

We don't use the sdbus++ tool so we don't need sdbusplus-native

Change-Id: Idcba7b5e2bd1a42d85ef4ffa9438507badbb8822
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-phosphor/watchdog/phosphor-watchdog_git.bb b/recipes-phosphor/watchdog/phosphor-watchdog_git.bb
index dddd7fc..a97a978 100644
--- a/recipes-phosphor/watchdog/phosphor-watchdog_git.bb
+++ b/recipes-phosphor/watchdog/phosphor-watchdog_git.bb
@@ -14,7 +14,7 @@
 
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "cli11"
-DEPENDS += "sdbusplus sdbusplus-native"
+DEPENDS += "sdbusplus"
 DEPENDS += "sdeventplus"
 DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "phosphor-logging"