package/python-hatch-vcs: 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 22:48:47 -06:00 committed by Thomas Petazzoni
parent 9eb383f076
commit 542456cd93

View file

@ -9,9 +9,7 @@ PYTHON_HATCH_VCS_SOURCE = hatch_vcs-$(PYTHON_HATCH_VCS_VERSION).tar.gz
PYTHON_HATCH_VCS_SITE = https://files.pythonhosted.org/packages/f5/c9/54bb4fa27b4e4a014ef3bb17710cdf692b3aa2cbc7953da885f1bf7e06ea
PYTHON_HATCH_VCS_LICENSE = MIT
PYTHON_HATCH_VCS_LICENSE_FILES = LICENSE.txt
PYTHON_HATCH_VCS_SETUP_TYPE = pep517
HOST_PYTHON_HATCH_VCS_DEPENDENCIES = \
host-python-hatchling \
host-python-setuptools-scm
PYTHON_HATCH_VCS_SETUP_TYPE = hatch
HOST_PYTHON_HATCH_VCS_DEPENDENCIES = host-python-setuptools-scm
$(eval $(host-python-package))