mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 06:39:27 +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
631 B
Makefile
15 lines
631 B
Makefile
################################################################################
|
|
#
|
|
# python-sortedcontainers
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SORTEDCONTAINERS_VERSION = 2.1.0
|
|
PYTHON_SORTEDCONTAINERS_SOURCE = sortedcontainers-$(PYTHON_SORTEDCONTAINERS_VERSION).tar.gz
|
|
PYTHON_SORTEDCONTAINERS_SITE = https://files.pythonhosted.org/packages/29/e0/135df2e733790a3d3bcda970fd080617be8cea3bd98f411e76e6847c17ef
|
|
PYTHON_SORTEDCONTAINERS_SETUP_TYPE = setuptools
|
|
PYTHON_SORTEDCONTAINERS_LICENSE = Apache-2.0
|
|
PYTHON_SORTEDCONTAINERS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|