summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools/python/python
Commit message (Collapse)AuthorAgeFilesLines
* fix json dbus.Double encodingEdward A. James2016-09-061-0/+66
| | | | | | | | | | | - bad formatting showed up in rest server queries - json used the highest level repr method, which will call the dbus type tp_repr method. Instead we should use the float specific repr method. resolves openbmc/openbmc#411 Change-Id: I04eea6d825fe3833accf1625e138abedb0aa7c95 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* Python cleanupBrad Bishop2015-11-181-0/+7
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.
OpenPOWER on IntegriCloud