openpower-occ-control: Update recipe and SRCREV to python3native
The python file in the repo has already been changed to use python3
explicitly, so update the SRCREV to get the latest.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Change-Id: I6e7abedf840630d59a72a9bad58a8e28dc26d304
diff --git a/recipes-phosphor/occ/openpower-occ-control.inc b/recipes-phosphor/occ/openpower-occ-control.inc
index f740263..0445bd0 100644
--- a/recipes-phosphor/occ/openpower-occ-control.inc
+++ b/recipes-phosphor/occ/openpower-occ-control.inc
@@ -2,4 +2,4 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/openpower-occ-control"
-SRCREV = "5ebf803cf6b2bee06b76c6638daecdcd50a3a70e"
+SRCREV = "65f8cd379d2aa0078352714f9a6bb513cc5e7b17"
diff --git a/recipes-phosphor/occ/openpower-occ-control_git.bb b/recipes-phosphor/occ/openpower-occ-control_git.bb
index b76894d..aaab247 100644
--- a/recipes-phosphor/occ/openpower-occ-control_git.bb
+++ b/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -7,7 +7,7 @@
inherit autotools \
pkgconfig \
obmc-phosphor-dbus-service \
- pythonnative \
+ python3native \
phosphor-dbus-yaml
require ${PN}.inc