Bump Buildroot to 2021.02-rc3 (#1260)
* 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)
This commit is contained in:
14
buildroot/package/python-bleak/python-bleak.mk
Normal file
14
buildroot/package/python-bleak/python-bleak.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user