mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-23 19:26:35 +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
16 lines
539 B
Makefile
16 lines
539 B
Makefile
################################################################################
|
|
#
|
|
# python-six
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SIX_VERSION = 1.12.0
|
|
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
|
PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca
|
|
PYTHON_SIX_SETUP_TYPE = setuptools
|
|
PYTHON_SIX_LICENSE = MIT
|
|
PYTHON_SIX_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|