circus: fix build with Python 3.7.0
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 8 Sep 2018 20:34:31 +0000 (22:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 9 Sep 2018 13:20:58 +0000 (15:20 +0200)
commitc4190ef068118ffa5fc307d84ad9f9d5c1d1943a
treef32a64f1791b2e00a57c5c063a740510681fee51
parent94c0a0555dc3aac6171b1966b4dfe613326f1e4e
circus: fix build with Python 3.7.0

Python 3.7.0 makes 'async' a reserved keyword, but circus uses it as a
method argument. This commit adds a patch to the circus package, which
has been submitted upstream, to resolve this issue.

Fixes:

  http://autobuild.buildroot.net/results/8122a00644810722b827cd5e0b90181996dc5657/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/circus/0001-circus-tests-rename-async-argument-of-_create_circus.patch [new file with mode: 0644]