op-proc-control: remove python dep

This repository doesn't use python anymore, so remove the dependency on
python native.

(From meta-openpower rev: 467ed1a9e273b8393731d809c99fd0d63c057bdb)

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I2befe422c9bad9d7526d091fd3727dbe14140fe7
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 7d38be4..66b44aa 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -7,7 +7,7 @@
 
 S = "${WORKDIR}/git"
 
-inherit autotools obmc-phosphor-utils pkgconfig pythonnative
+inherit autotools obmc-phosphor-utils pkgconfig
 inherit systemd
 
 SRC_URI += "git://github.com/openbmc/openpower-proc-control"