mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-14 13:19:27 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
15 lines
586 B
Makefile
15 lines
586 B
Makefile
################################################################################
|
|
#
|
|
# python-aiohttp-sse
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIOHTTP_SSE_VERSION = 2.0.0
|
|
PYTHON_AIOHTTP_SSE_SOURCE = aiohttp-sse-$(PYTHON_AIOHTTP_SSE_VERSION).tar.gz
|
|
PYTHON_AIOHTTP_SSE_SITE = https://files.pythonhosted.org/packages/2b/50/e127729f7df53c32c96b5c71932a7262cad40c83f1e19c218b068c816d51
|
|
PYTHON_AIOHTTP_SSE_SETUP_TYPE = setuptools
|
|
PYTHON_AIOHTTP_SSE_LICENSE = Apache-2.0
|
|
PYTHON_AIOHTTP_SSE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|