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.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0c38b0f5cc93a5145b8d89c6b2aba017695f1c74
diff --git a/meta-common/recipes-quanta/fans/read-margin-temp_git.bb b/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
index bd2e75b..fd5819d 100644
--- a/meta-common/recipes-quanta/fans/read-margin-temp_git.bb
+++ b/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"