Files
buildroot/package
Peter Korsgaard 4c23f2bda4 package/python-sentry-sdk: drop asyncio files for python 2.x to fix pycompile issue
sentry-sdk has a set of optional "integrations", some of which use asyncio.

pycompile unfortunately errors out on these files when running under Python
2.x:

../scripts/pycompile.py ..
error:   File "/usr/lib/python2.7/site-packages/sentry_sdk/integrations/sanic.py", line 64
    async def sentry_handle_request(self, request, *args, **kwargs):
            ^
SyntaxError: invalid syntax

As a workaround, simply drop the unusable files from TARGET_DIR if building
for python 2.x.

Fixes:
http://autobuild.buildroot.net/results/9e4/9e47ee2a56153379e4e7bc839be5972a2302ba9f/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d62f0042e8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-10-12 10:57:26 +02:00
..
2020-07-18 15:56:46 +02:00
2020-08-15 16:14:28 +02:00
2020-10-03 07:57:08 +02:00
2020-07-18 14:18:33 +02:00
2020-10-10 22:23:59 +02:00
2020-07-27 17:19:46 +02:00
2020-08-13 21:59:36 +02:00
2020-09-01 09:18:37 +02:00
2020-09-29 16:10:49 +02:00
2020-07-19 18:49:56 +02:00
2020-08-05 15:00:32 +02:00
2020-08-12 16:44:27 +02:00
2020-10-02 22:14:10 +02:00
2020-08-19 22:47:44 +02:00
2020-07-18 23:25:26 +02:00
2020-08-28 22:56:49 +02:00
2020-08-29 16:03:15 +02:00
2020-07-27 10:13:06 +02:00
2020-07-26 21:47:22 +02:00
2020-08-16 11:27:28 +02:00
2020-10-10 22:09:30 +02:00
2020-07-18 22:31:26 +02:00
2020-07-26 21:47:07 +02:00
2020-09-25 17:38:40 +02:00
2020-08-28 22:56:49 +02:00
2020-08-23 15:03:18 +02:00
2020-08-31 22:18:09 +02:00
2020-08-28 22:56:49 +02:00
2020-07-16 22:20:07 +02:00
2020-08-03 16:37:23 +02:00
2020-08-16 11:27:28 +02:00
2020-07-14 23:44:31 +02:00
2020-09-29 20:35:02 +02:00
2020-07-27 15:12:53 +02:00
2020-07-16 09:16:36 +02:00
2020-07-16 09:14:34 +02:00
2020-09-29 17:20:20 +02:00
2020-10-12 09:47:11 +02:00
2020-07-16 09:10:40 +02:00
2020-07-27 13:31:00 +02:00