Bump versions for skeleton, rest, inarp, event

Bump recipe versions and add python dependencies.
The rest-dbus recipe was adding pythong packages needed
by other processes, so when rest-dbus was removed from the
Barreleye image, these processes (skeleton and obmc-rest)
would fail, so adding the python dependencies to those recipes.

Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/common/recipes-phosphor/dbus/obmc-rest.bb b/common/recipes-phosphor/dbus/obmc-rest.bb
index af69578..0e4f5ba 100644
--- a/common/recipes-phosphor/dbus/obmc-rest.bb
+++ b/common/recipes-phosphor/dbus/obmc-rest.bb
@@ -17,6 +17,7 @@
         python-rocket \
         python-bottle \
         python-spwd \
+        python-netserver \
         pyphosphor \
         "
 SRC_URI += "git://github.com/openbmc/phosphor-rest-server"