mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 12:48:03 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
16 lines
569 B
Makefile
16 lines
569 B
Makefile
################################################################################
|
|
#
|
|
# python-pyyaml
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYYAML_VERSION = 3.13
|
|
PYTHON_PYYAML_SOURCE = PyYAML-$(PYTHON_PYYAML_VERSION).tar.gz
|
|
PYTHON_PYYAML_SITE = https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769
|
|
PYTHON_PYYAML_SETUP_TYPE = distutils
|
|
PYTHON_PYYAML_LICENSE = MIT
|
|
PYTHON_PYYAML_LICENSE_FILES = LICENSE
|
|
PYTHON_PYYAML_DEPENDENCIES = libyaml
|
|
|
|
$(eval $(python-package))
|