package/python-service-identity: 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 16:37:50 -06:00
committed by Thomas Petazzoni
parent d4791c1757
commit 361f77eebe

View File

@@ -9,9 +9,8 @@ PYTHON_SERVICE_IDENTITY_SOURCE = service_identity-$(PYTHON_SERVICE_IDENTITY_VERS
PYTHON_SERVICE_IDENTITY_SITE = https://files.pythonhosted.org/packages/38/d2/2ac20fd05f1b6fce31986536da4caeac51ed2e1bb25d4a7d73ca4eccdfab
PYTHON_SERVICE_IDENTITY_LICENSE = MIT
PYTHON_SERVICE_IDENTITY_LICENSE_FILES = LICENSE
PYTHON_SERVICE_IDENTITY_SETUP_TYPE = pep517
PYTHON_SERVICE_IDENTITY_SETUP_TYPE = hatch
PYTHON_SERVICE_IDENTITY_DEPENDENCIES = \
host-python-hatchling \
host-python-hatch-vcs \
host-python-hatch-fancy-pypi-readme