xcb-proto: add upstream patch for python3.5 build failure
authorArnout Vandecappelle <arnout@mind.be>
Sun, 3 Jul 2016 00:37:23 +0000 (02:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 08:24:43 +0000 (10:24 +0200)
commit37f041205ee1925d839bd031cacbb35a0fb28c99
tree80b6664ad36b1930729459725ae2fb73a1fa2942
parent7c0a72b22eb748d0f6c9cb96f16cd104706d2c16
xcb-proto: add upstream patch for python3.5 build failure

Since we run compileall on all python files in TARGET_DIR as part of
the finalization, the align.py from xcb-proto will be compiled (it is
not compiled as part of the package build). This file contains mixed
tab-spaces indentation, which python 3.5 no longer allows.

Add an upstream patch that cleans up the indentation in this file.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/x11r7/xcb-proto/0001-Make-whitespace-use-consistent.patch [new file with mode: 0644]