mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-23 03:05: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
556 B
Makefile
15 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# python-wtforms
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WTFORMS_VERSION = 2.2.1
|
|
PYTHON_WTFORMS_SOURCE = WTForms-$(PYTHON_WTFORMS_VERSION).tar.gz
|
|
PYTHON_WTFORMS_SITE = https://files.pythonhosted.org/packages/cd/1d/7221354ebfc32b868740d02e44225c2ce00769b0d3dc370e463e2bc4b446
|
|
PYTHON_WTFORMS_SETUP_TYPE = setuptools
|
|
PYTHON_WTFORMS_LICENSE = BSD-3-Clause
|
|
PYTHON_WTFORMS_LICENSE_FILES = LICENSE.rst
|
|
|
|
$(eval $(python-package))
|