mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 20:57:45 +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
618 B
Makefile
16 lines
618 B
Makefile
################################################################################
|
|
#
|
|
# python-twisted
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TWISTED_VERSION = 18.9.0
|
|
PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.bz2
|
|
PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/5d/0e/a72d85a55761c2c3ff1cb968143a2fd5f360220779ed90e0fadf4106d4f2
|
|
PYTHON_TWISTED_SETUP_TYPE = setuptools
|
|
PYTHON_TWISTED_LICENSE = MIT
|
|
PYTHON_TWISTED_LICENSE_FILES = LICENSE
|
|
PYTHON_TWISTED_DEPENDENCIES = python-incremental host-python-incremental
|
|
|
|
$(eval $(python-package))
|