toolchain/external: bump Linaro ARMeb to 2016.05 for i686 hosts
[buildroot-gz.git] / package / python-crossbar / 0001-Avoid-intentional-syntax-error.patch
blobfb8e4a27635790589bab8d0a557e1ee2fcb2fcbb
1 From 9ab2b96c2ee679c6dcb387174be211db5d70fa97 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Sun, 1 May 2016 15:35:32 +0200
4 Subject: [PATCH] Avoid intentional syntax error
6 This file has an intentional syntax error, meant to validate QA, but
7 it breaks byte compilation of this package.
9 Issue reported upstream:
10 https://github.com/crossbario/crossbar/issues/750.
12 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 ---
14 crossbar/worker/test/examples/syntaxerror.py | 2 --
15 1 file changed, 2 deletions(-)
17 diff --git a/crossbar/worker/test/examples/syntaxerror.py b/crossbar/worker/test/examples/syntaxerror.py
18 index a5947cc..585c995 100644
19 --- a/crossbar/worker/test/examples/syntaxerror.py
20 +++ b/crossbar/worker/test/examples/syntaxerror.py
21 @@ -29,5 +29,3 @@
22 #####################################################################################
24 from __future__ import absolute_import, division
26 -class # noqa
27 --
28 2.7.4