[PATCH openbmc] Python cleanup

OpenBMC Patches openbmc-patches at stwcx.xyz
Thu Nov 19 03:10:19 AEDT 2015


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.

https://github.com/openbmc/openbmc/pull/87

Brad Bishop (1):
  Python cleanup

 .../common/recipes-devtools/python/CherryPy.inc    |  49 ------
 .../recipes-devtools/python/CherryPy_3.8.0.bb      |   4 -
 .../recipes-devtools/python/python-bottle.inc      |   3 +-
 .../python/python-email-utils-standalone.inc       |  29 ----
 .../python/python-email-utils-standalone/LICENSE   | 192 ---------------------
 .../python-email-utils-standalone/setup.patch      |  74 --------
 .../python/python-email-utils-standalone_4.0.2.bb  |   5 -
 .../recipes-devtools/python/python-rocket.inc      |   6 +-
 .../python/python-wsgiref-standalone.inc           |  46 -----
 .../python/python-wsgiref-standalone/LICENSE       | 192 ---------------------
 .../python/python-wsgiref-standalone_0.1.2.bb      |   5 -
 .../python/python/__init__.email_min.py            |   7 +
 .../recipes-devtools/python/python_2.7.9.bbappend  |  33 ++++
 .../python/wsgiref-2.7-manifest.inc                |  33 ++++
 14 files changed, 77 insertions(+), 601 deletions(-)
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/CherryPy.inc
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/CherryPy_3.8.0.bb
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone.inc
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone/LICENSE
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone/setup.patch
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone_4.0.2.bb
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-wsgiref-standalone.inc
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-wsgiref-standalone/LICENSE
 delete mode 100644 meta-phosphor/common/recipes-devtools/python/python-wsgiref-standalone_0.1.2.bb
 create mode 100644 meta-phosphor/common/recipes-devtools/python/python/__init__.email_min.py
 create mode 100644 meta-phosphor/common/recipes-devtools/python/python_2.7.9.bbappend
 create mode 100644 meta-phosphor/common/recipes-devtools/python/wsgiref-2.7-manifest.inc

-- 
2.6.3




More information about the openbmc mailing list