mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
Drop httpx.py to fix the following build failure with python 2.x raised since bump to version 1.4.3 in commitfd684ab9f3ande2d0893824: error: File "/usr/lib/python2.7/site-packages/sentry_sdk/integrations/httpx.py", line 69 async def send(self, request, **kwargs): ^ Fixes: - http://autobuild.buildroot.org/results/fd651abb3bc2fa33c861238acf1c4ad49fdac160 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>