meta-phosphor: pid-control: drop pythonnative

phosphor-pid-control no longer requires pythonnative.

(From meta-phosphor rev: eb536822f1ae686143cf433e4350bd122ef13f56)

Change-Id: If0a439db9a0df0a930745417a989ba02c8db7368
Signed-off-by: Patrick Venture <venture@google.com>
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 3ea3989..dfba0bb 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -7,7 +7,6 @@
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit flto-automake pkgconfig
-inherit pythonnative
 
 inherit phosphor-pid-control
 inherit obmc-phosphor-ipmiprovider-symlink
@@ -22,8 +21,6 @@
 # sensors then it may be prudent to wait for all of them.
 
 DEPENDS += "autoconf-archive-native"
-DEPENDS += "python-pyyaml-native"
-DEPENDS += "python-mako-native"
 DEPENDS += "sdbusplus"
 DEPENDS += "phosphor-logging"
 DEPENDS += "libevdev"