mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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 <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
69e19c46ac
commit
98fdde49b8
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user