mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-sqlparse: 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
6beab5b739
commit
ee2f5ed3a6
@@ -7,10 +7,9 @@
|
||||
PYTHON_SQLPARSE_VERSION = 0.5.1
|
||||
PYTHON_SQLPARSE_SOURCE = sqlparse-$(PYTHON_SQLPARSE_VERSION).tar.gz
|
||||
PYTHON_SQLPARSE_SITE = https://files.pythonhosted.org/packages/73/82/dfa23ec2cbed08a801deab02fe7c904bfb00765256b155941d789a338c68
|
||||
PYTHON_SQLPARSE_SETUP_TYPE = pep517
|
||||
PYTHON_SQLPARSE_SETUP_TYPE = hatch
|
||||
PYTHON_SQLPARSE_LICENSE = BSD-3-Clause
|
||||
PYTHON_SQLPARSE_LICENSE_FILES = LICENSE
|
||||
PYTHON_SQLPARSE_DEPENDENCIES = host-python-hatchling
|
||||
PYTHON_SQLPARSE_CPE_ID_VENDOR = sqlparse_project
|
||||
PYTHON_SQLPARSE_CPE_ID_PRODUCT = sqlparse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user