phosphor-logging: Move to python3

Bump the revision and use python3native.

(From meta-phosphor rev: b25f08bdf4b1480d13660867ecbb0286b68de54e)

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I0998168b475ea39c655f07643be6917103dab900
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index 225a03d..ed3fa60 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -8,7 +8,7 @@
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
 inherit autotools pkgconfig
-inherit pythonnative
+inherit python3native
 inherit obmc-phosphor-dbus-service
 inherit phosphor-logging
 inherit phosphor-dbus-yaml
@@ -55,7 +55,7 @@
 "
 
 SRC_URI += "git://github.com/openbmc/phosphor-logging"
-SRCREV = "fcbaf3e8593da6d1691469223056fe0728530869"
+SRCREV = "1e71a4dcf6ddc73411a7c171cd066f2544e0a7f5"
 
 S = "${WORKDIR}/git"