mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 10:46:38 +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
622 B
Makefile
15 lines
622 B
Makefile
################################################################################
|
|
#
|
|
# python-aiohttp-session
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIOHTTP_SESSION_VERSION = 2.7.0
|
|
PYTHON_AIOHTTP_SESSION_SOURCE = aiohttp-session-$(PYTHON_AIOHTTP_SESSION_VERSION).tar.gz
|
|
PYTHON_AIOHTTP_SESSION_SITE = https://files.pythonhosted.org/packages/b5/5f/3f78fd4de2f9b17ad8cfe6c189bfaee3d0a5d2fe954aedad743edd08c813
|
|
PYTHON_AIOHTTP_SESSION_SETUP_TYPE = setuptools
|
|
PYTHON_AIOHTTP_SESSION_LICENSE = Apache-2.0
|
|
PYTHON_AIOHTTP_SESSION_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|