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)
15 lines
568 B
Makefile
15 lines
568 B
Makefile
################################################################################
|
|
#
|
|
# python-multidict
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MULTIDICT_VERSION = 5.0.2
|
|
PYTHON_MULTIDICT_SOURCE = multidict-$(PYTHON_MULTIDICT_VERSION).tar.gz
|
|
PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/da/e6/50c7f52781f45c2b37c77e962c30a3944a9e79a46ea92956e826c24d3432
|
|
PYTHON_MULTIDICT_SETUP_TYPE = setuptools
|
|
PYTHON_MULTIDICT_LICENSE = Apache-2.0
|
|
PYTHON_MULTIDICT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|