From 98fdde49b8ab2941b5563d0f5eba2bf4809963c7 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 23 Oct 2024 23:14:00 -0600 Subject: [PATCH] package/python-flask-wtf: use hatch setup type Use the new hatch setup type which automatically pulls in the host-python-hatchling dependency. Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-flask-wtf/python-flask-wtf.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-flask-wtf/python-flask-wtf.mk b/package/python-flask-wtf/python-flask-wtf.mk index bb32d55e25..ffc27079e5 100644 --- a/package/python-flask-wtf/python-flask-wtf.mk +++ b/package/python-flask-wtf/python-flask-wtf.mk @@ -9,7 +9,6 @@ PYTHON_FLASK_WTF_SOURCE = flask_wtf-$(PYTHON_FLASK_WTF_VERSION).tar.gz PYTHON_FLASK_WTF_SITE = https://files.pythonhosted.org/packages/9b/ef/b6ec35e02f479f6e76e02ede14594c9cfa5e6dcbab6ea0e82fa413993a2a PYTHON_FLASK_WTF_LICENSE = BSD-3-Clause PYTHON_FLASK_WTF_LICENSE_FILES = LICENSE.rst -PYTHON_FLASK_WTF_SETUP_TYPE = pep517 -PYTHON_FLASK_WTF_DEPENDENCIES = host-python-hatchling +PYTHON_FLASK_WTF_SETUP_TYPE = hatch $(eval $(python-package))