ipmi-fru-parser: srcrev bump 686da1839e..0968237b47

Also switch inherit to python3native.

Patrick Williams (1):
      scripts: convert to python3

Change-Id: If5095e9fa9db6a86a07396d7011e116fe4a9aa8e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index 1e85b93..ef91bb9 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
@@ -2,4 +2,4 @@
 LICENSE = "GPL-3.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
 SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
-SRCREV = "686da1839e3416f0edf48dacb4c0e0d13daa8a16"
+SRCREV = "0968237b479d649ecaac7561cf07fbacf241d98c"
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
index da03887..4ee1e16 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
@@ -7,7 +7,7 @@
 inherit obmc-phosphor-systemd
 inherit obmc-phosphor-ipmiprovider-symlink
 inherit phosphor-ipmi-fru
-inherit pythonnative
+inherit python3native
 
 require ${BPN}.inc
 
@@ -16,8 +16,8 @@
         virtual/phosphor-ipmi-fru-properties \
         systemd \
         sdbusplus \
-        python-mako-native \
-        python-pyyaml-native \
+        ${PYTHON_PN}-mako-native \
+        ${PYTHON_PN}-pyyaml-native \
         phosphor-ipmi-host \
         phosphor-mapper \
         autoconf-archive-native \