Bug#939154: lyx-common: convertDefault.py will not work with Python3

2019-09-01 Thread Dr. Tobias Quathamer
Am 01.09.19 um 18:36 schrieb Georges Khaznadar: > The reason for this misbehavior is that either with Python2 or > with Python3, os.popen deals with 'str' data, never 'bytes' data. > > So, lines 37 and 38 of the script must be erased. > > Here is a short diff which fixes this issue: Hi Georges,

Bug#939154: lyx-common: convertDefault.py will not work with Python3

2019-09-01 Thread Georges Khaznadar
Package: lyx-common Version: 2.3.3-1 Severity: important Tags: patch Dear Maintainer, I was porting one of my packages (pycode-browser) from Python2 to Python3, in order to close the bug report #937407 filed by Matthias Klose, "Python2 removal in sid/bullseye". The build raised a series of error