[elbe-devel] [PATCH 0/5] Allow elbe-daemon to run with Python3

Christian Teklenborg chris at linutronix.de
Fri Jan 10 15:45:57 CET 2020


Those patches apply on the patch series named Python3: fundamental compatibility
changes. With these changes you can run elbe-daemon with Python3. Tested with 
the powerpc.xml example.

Christian Teklenborg (5):
  Python3: change imports for python3 compatibility
  Python3: fix the relative imports
  Python3: use encode instead of unicode() function
  Python3: use os.write() instead of write()
  Python3: use bytes() to convert unicode to binary

 elbepack/asyncworker.py                 | 8 ++++++--
 elbepack/daemons/soap/__init__.py       | 2 +-
 elbepack/daemons/soap/authentication.py | 2 +-
 elbepack/db.py                          | 5 ++++-
 elbepack/efilesystem.py                 | 4 ++--
 elbepack/elbexml.py                     | 6 ++++--
 elbepack/licencexml.py                  | 2 +-
 elbepack/rfs.py                         | 9 ++++++---
 elbepack/soapclient.py                  | 2 +-
 9 files changed, 26 insertions(+), 14 deletions(-)

-- 
2.20.1




More information about the elbe-devel mailing list