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
14 lines
484 B
Makefile
14 lines
484 B
Makefile
################################################################################
|
|
#
|
|
# python-engineio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ENGINEIO_VERSION = 2.3.2
|
|
PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/66/18/09516793c68e0f7fb759d54c109a09a86e31c3e685eb77884613a1c1a7b3
|
|
PYTHON_ENGINEIO_SETUP_TYPE = setuptools
|
|
PYTHON_ENGINEIO_LICENSE = MIT
|
|
PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|