package/python-expandvars: 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
292d48f11e
commit
c1ff204168
1 changed files with 1 additions and 2 deletions
|
|
@ -7,9 +7,8 @@
|
|||
PYTHON_EXPANDVARS_VERSION = 0.12.0
|
||||
PYTHON_EXPANDVARS_SOURCE = expandvars-$(PYTHON_EXPANDVARS_VERSION).tar.gz
|
||||
PYTHON_EXPANDVARS_SITE = https://files.pythonhosted.org/packages/2b/a5/46d1f58edcae1d632fafdfee313e378240e002ae45d26502bac938bd8751
|
||||
PYTHON_EXPANDVARS_SETUP_TYPE = pep517
|
||||
PYTHON_EXPANDVARS_SETUP_TYPE = hatch
|
||||
PYTHON_EXPANDVARS_LICENSE = MIT
|
||||
PYTHON_EXPANDVARS_LICENSE_FILES = LICENSE
|
||||
HOST_PYTHON_EXPANDVARS_DEPENDENCIES = host-python-hatchling
|
||||
|
||||
$(eval $(host-python-package))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue