Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Ignore-Python-version-check-in-setup.py.patch | Ignore Python version check in setup.py We don't need this version check, we only want to build and support Python3 any way. |
Carsten Schoenert <c.schoenert@t-online.de> | not-needed | 2021-11-06 | ||
Porting-existing-code-over-to-Python3-by-using-2to3.patch | Porting existing code over to Python3 by using 2to3 Upstream has done some usage of 2to3 in real time to convert the source code into Python3 compatible code. This requires the existence of 2to3 at build time, but Debian is only supporting Python3 for some time. This patch does nothing more than the patching of the source which was done by 2to3 in real time before. This patch should become obsolete once upstream will completely move to support Python3 only. |
Carsten Schoenert <c.schoenert@t-online.de> | not-needed | 2021-11-06 |