read-margin-temp: remove unnecessary -native dependency

sdbusplus-native should no longer be used as a dependency.  In cases
where the `sdbus++` processing tools are needed,
`${PYTHON_PN}-sdbus++-native` can be added as a dependency, but this
repository is not one of those cases.

(From meta-quanta rev: 76ebf4149ea84981135b3e3bf19acf14155335e7)

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5b08a0d8910f47d0a591dac9d5a8bdabb87d9bb6
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb b/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
index bd2e75b..fd5819d 100644
--- a/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
+++ b/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
@@ -12,7 +12,6 @@
 
 DEPENDS += " nlohmann-json"
 DEPENDS += " sdbusplus"
-DEPENDS += " sdbusplus-native"
 DEPENDS += " sdeventplus"
 DEPENDS += " phosphor-dbus-interfaces"
 RDEPENDS_${PN} += " bash"