phosphor-software-manager.bb: bump version

Includes additional dependencies needed for the bump.

Change-Id: I889b7e5a1c5ccc926022f12185101e3cfec9e36e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/common/recipes-phosphor/flash/phosphor-software-manager.bb b/common/recipes-phosphor/flash/phosphor-software-manager.bb
index 0092882..5b3ef58 100644
--- a/common/recipes-phosphor/flash/phosphor-software-manager.bb
+++ b/common/recipes-phosphor/flash/phosphor-software-manager.bb
@@ -25,6 +25,7 @@
 
 inherit autotools pkgconfig
 inherit obmc-phosphor-dbus-service
+inherit pythonnative
 
 DEPENDS += " \
     autoconf-archive-native \
@@ -57,6 +58,6 @@
 DBUS_SERVICE_${PN}-updater += "xyz.openbmc_project.Software.BMC.Updater.service"
 
 SRC_URI += "git://github.com/openbmc/phosphor-bmc-code-mgmt"
-SRCREV = "4e48fd582e86bd8246a5602dde4b5f644ae03d11"
+SRCREV = "2ce7da29e0f893d0185b660f19ad17af916bbbeb"
 
 S = "${WORKDIR}/git"