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:
parent
9eb383f076
commit
542456cd93
1 changed files with 2 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue