mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 13:49: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
583 B
Makefile
15 lines
583 B
Makefile
################################################################################
|
|
#
|
|
# python-certifi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CERTIFI_VERSION = 2020.12.5
|
|
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
|
|
PYTHON_CERTIFI_SITE = https://files.pythonhosted.org/packages/06/a9/cd1fd8ee13f73a4d4f491ee219deeeae20afefa914dfb4c130cfc9dc397a
|
|
PYTHON_CERTIFI_SETUP_TYPE = setuptools
|
|
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
|
|
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|