mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 18:56:12 +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
553 B
Makefile
15 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# python-autobahn
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AUTOBAHN_VERSION = 19.1.1
|
|
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
|
|
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/66/cc/1e2b20dc6654d9a87fc30da36bfae687ec65428814378c44257a26fe5f2f
|
|
PYTHON_AUTOBAHN_LICENSE = MIT
|
|
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
|
|
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|