mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +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)
16 lines
584 B
Makefile
16 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# python-cbor2
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CBOR2_VERSION = 5.2.0
|
|
PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
|
|
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/02/15/f4d7fb47753099fcd9d7f7c81920d422a3ab2e710400ec0f4a1b511b51ae
|
|
PYTHON_CBOR2_SETUP_TYPE = setuptools
|
|
PYTHON_CBOR2_LICENSE = MIT
|
|
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|