You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
cc5b783b19
License hash change due to full text removal: https://github.com/aio-libs/aiohttp-sse/commit/307fd35a84a66b7fb5adfd70cd5b7d709fa8508c Fixes(python 3.10 compatibility): File "/usr/lib/python3.10/site-packages/aiohttp_sse/__init__.py", line 107, in wait File "/usr/lib/python3.10/site-packages/aiohttp_sse/__init__.py", line 144, in _ping TypeError: sleep() got an unexpected keyword argument 'loop' Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
586 B
Makefile
15 lines
586 B
Makefile
################################################################################
|
|
#
|
|
# python-aiohttp-sse
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIOHTTP_SSE_VERSION = 2.1.0
|
|
PYTHON_AIOHTTP_SSE_SOURCE = aiohttp-sse-$(PYTHON_AIOHTTP_SSE_VERSION).tar.gz
|
|
PYTHON_AIOHTTP_SSE_SITE = https://files.pythonhosted.org/packages/2f/3f/cc4f5a3fe6cb50ad5b9d26bb7738c5da1f61645b517d4230df2fc32d89f0
|
|
PYTHON_AIOHTTP_SSE_SETUP_TYPE = setuptools
|
|
PYTHON_AIOHTTP_SSE_LICENSE = Apache-2.0
|
|
PYTHON_AIOHTTP_SSE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|