mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 05:08:21 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
15 lines
523 B
Makefile
15 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# python-yarl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_YARL_VERSION = 1.2.6
|
|
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
|
|
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658
|
|
PYTHON_YARL_LICENSE = Apache-2.0
|
|
PYTHON_YARL_LICENSE_FILES = LICENSE
|
|
PYTHON_YARL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|