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
15 lines
551 B
Makefile
15 lines
551 B
Makefile
################################################################################
|
|
#
|
|
# python-dateutil
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DATEUTIL_VERSION = 2.8.0
|
|
PYTHON_DATEUTIL_SITE = https://files.pythonhosted.org/packages/ad/99/5b2e99737edeb28c71bcbec5b5dda19d0d9ef3ca3e92e3e925e7c0bb364c
|
|
PYTHON_DATEUTIL_SETUP_TYPE = setuptools
|
|
PYTHON_DATEUTIL_LICENSE = BSD-3-Clause
|
|
PYTHON_DATEUTIL_LICENSE_FILES = LICENSE
|
|
PYTHON_DATEUTIL_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|