mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 21:59:27 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
15 lines
568 B
Makefile
15 lines
568 B
Makefile
################################################################################
|
|
#
|
|
# python-aiorwlock
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIORWLOCK_VERSION = 1.0.0
|
|
PYTHON_AIORWLOCK_SOURCE = aiorwlock-$(PYTHON_AIORWLOCK_VERSION).tar.gz
|
|
PYTHON_AIORWLOCK_SITE = https://files.pythonhosted.org/packages/40/af/e55b3266352f3383c723e0a3304b0df46a59dfc6235b0b1a0a416afd60c1
|
|
PYTHON_AIORWLOCK_SETUP_TYPE = setuptools
|
|
PYTHON_AIORWLOCK_LICENSE = Apache-2.0
|
|
PYTHON_AIORWLOCK_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|