From 361f77eebed48dd6715952aa88829c4362144a7d Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 23 Oct 2024 16:37:50 -0600 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/python-service-identity/python-service-identity.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-service-identity/python-service-identity.mk b/package/python-service-identity/python-service-identity.mk index 4092461634..3c04a9d4c6 100644 --- a/package/python-service-identity/python-service-identity.mk +++ b/package/python-service-identity/python-service-identity.mk @@ -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