package/python-pygments: 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:
James Hilliard
2024-10-23 23:11:09 -06:00
committed by Thomas Petazzoni
parent f9f0853e66
commit 69e19c46ac

View File

@@ -11,7 +11,6 @@ PYTHON_PYGMENTS_LICENSE = BSD-2-Clause
PYTHON_PYGMENTS_LICENSE_FILES = LICENSE
PYTHON_PYGMENTS_CPE_ID_VENDOR = pygments
PYTHON_PYGMENTS_CPE_ID_PRODUCT = pygments
PYTHON_PYGMENTS_SETUP_TYPE = pep517
PYTHON_PYGMENTS_DEPENDENCIES = host-python-hatchling
PYTHON_PYGMENTS_SETUP_TYPE = hatch
$(eval $(python-package))