mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-23 11:15:57 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
15 lines
584 B
Makefile
15 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# python-certifi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CERTIFI_VERSION = 2018.11.29
|
|
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
|
|
PYTHON_CERTIFI_SITE = https://files.pythonhosted.org/packages/55/54/3ce77783acba5979ce16674fc98b1920d00b01d337cfaaf5db22543505ed
|
|
PYTHON_CERTIFI_SETUP_TYPE = setuptools
|
|
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
|
|
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|