mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 02:36:40 +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
14 lines
484 B
Makefile
14 lines
484 B
Makefile
################################################################################
|
|
#
|
|
# python-engineio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ENGINEIO_VERSION = 3.3.0
|
|
PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/2f/09/83d627ad3dadd064bfb875c7767e93f3568354fe82cebe298b4e07f79238
|
|
PYTHON_ENGINEIO_SETUP_TYPE = setuptools
|
|
PYTHON_ENGINEIO_LICENSE = MIT
|
|
PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|