mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-26 18:35:16 +01:00
Buildroot 2018-11 (#258)
* 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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT
|
||||
bool "python-async-timeout"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
asyncio-compatible timeout context manager.
|
||||
|
||||
https://github.com/aio-libs/async-timeout
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.python.org/pypi/async_timeout/json
|
||||
md5 305c4fa529f2485c403d0dbe14390175 async-timeout-3.0.1.tar.gz
|
||||
sha256 0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f async-timeout-3.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-async-timeout
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASYNC_TIMEOUT_VERSION = 3.0.1
|
||||
PYTHON_ASYNC_TIMEOUT_SOURCE = async-timeout-$(PYTHON_ASYNC_TIMEOUT_VERSION).tar.gz
|
||||
PYTHON_ASYNC_TIMEOUT_SITE = https://files.pythonhosted.org/packages/a1/78/aae1545aba6e87e23ecab8d212b58bb70e72164b67eb090b81bb17ad38e3
|
||||
PYTHON_ASYNC_TIMEOUT_LICENSE = Apache-2.0
|
||||
PYTHON_ASYNC_TIMEOUT_LICENSE_FILES = LICENSE
|
||||
PYTHON_ASYNC_TIMEOUT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user