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:
parent
6beab5b739
commit
ee2f5ed3a6
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue