mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 18:56:12 +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
523 B
Makefile
15 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# python-yarl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_YARL_VERSION = 1.3.0
|
|
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
|
|
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/fb/84/6d82f6be218c50b547aa29d0315e430cf8a23c52064c92d0a8377d7b7357
|
|
PYTHON_YARL_LICENSE = Apache-2.0
|
|
PYTHON_YARL_LICENSE_FILES = LICENSE
|
|
PYTHON_YARL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|