mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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:
committed by
Thomas Petazzoni
parent
f9f0853e66
commit
69e19c46ac
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user