Python cleanup
CherryPy won't be used so remove it.
Use wsgi and email that comes with python.
Remove wsgi and email standalone recipes.
Update bottle and rocket to use new packages.
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc b/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
index b2e6d31..73e7d1d 100644
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
+++ b/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
@@ -15,9 +15,9 @@
S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS_${PN} += "\
- python-wsgiref-standalone-util \
- python-wsgiref-standalone-headers \
- python-email-utils-standalone \
+ python-wsgiref-util \
+ python-wsgiref-headers \
+ python-email-utils \
"
BBCLASSEXTEND = "nativesdk"