mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 02:36:40 +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
568 B
Makefile
15 lines
568 B
Makefile
################################################################################
|
|
#
|
|
# python-aiorwlock
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIORWLOCK_VERSION = 0.5.0
|
|
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
|
|
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/0c/20/d30f332e6ecb2be467ab5603e277b26e3a8eb2a72f75bf8d309bdd4c0c82
|
|
PYTHON_AIORWLOCK_SETUP_TYPE = setuptools
|
|
PYTHON_AIORWLOCK_LICENSE = Apache-2.0
|
|
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|