Source: turing Severity: normal Dear Maintainter,
Please remove "python3-future" from debian/control; your package will cope just fine. python3-future is an old python2>3 transaltion layer that is now being removed from Debian. >try: > from future.builtins import str, super >except: > # not availabe on python 3.2 (but not needed) > pass Greetings, Alexandre