kumquat-buildroot/package/pseudo
Gaël PORTAY 998d44e088 pseudo: fix build for python3 based distros
Pseudo is not python3 friendly. It causes build failure on distros using
python3 as default python interpretor.

./maketables enums/*.in
  File "./makewrappers", line 327
    return """/* This function is not called if pseudo is configured --enable-force-async */
                                                                                           ^
TabError: inconsistent use of tabs and spaces in indentation
  File "./maketables", line 76
    print "Flags: set for %s" % self.name
                            ^
SyntaxError: Missing parentheses in call to 'print'
make[2]: *** [Makefile:150: wrappers] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:147: tables] Error 1

Those patches make pseudo works with python2 and python3.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-05 13:41:58 +01:00
..
0001-Fix-mixed-tab-space-indentation.patch pseudo: fix build for python3 based distros 2016-11-05 13:41:58 +01:00
0002-Fix-missing-parentheses-at-print.patch pseudo: fix build for python3 based distros 2016-11-05 13:41:58 +01:00
0003-Make-it-compatible-with-python3.patch pseudo: fix build for python3 based distros 2016-11-05 13:41:58 +01:00
pseudo.hash
pseudo.mk package/pseudo: add a legacy symlink to emulate fakeroot 2016-11-03 23:29:10 +01:00