mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-23 01:26:09 +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
526 B
Makefile
15 lines
526 B
Makefile
################################################################################
|
|
#
|
|
# python-bleak
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BLEAK_VERSION = 0.10.0
|
|
PYTHON_BLEAK_SOURCE = bleak-$(PYTHON_BLEAK_VERSION).tar.gz
|
|
PYTHON_BLEAK_SITE = https://files.pythonhosted.org/packages/80/37/c8c88709e4f1ca4636bf11c96d1ec046d7426cd02670ae80a3542280558b
|
|
PYTHON_BLEAK_SETUP_TYPE = setuptools
|
|
PYTHON_BLEAK_LICENSE = MIT
|
|
PYTHON_BLEAK_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|