op-proc-control: remove python dep
This repository doesn't use python anymore, so remove the dependency on
python native.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I1a10b9f0dc9eeaa28976057649ac553350cb8e1d
diff --git a/recipes-phosphor/host/op-proc-control_git.bb b/recipes-phosphor/host/op-proc-control_git.bb
index 7d38be4..66b44aa 100644
--- a/recipes-phosphor/host/op-proc-control_git.bb
+++ b/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"