package/python-poetry-dynamic-versioning: use poetry setup type

Use the new poetry setup type which automatically pulls in the
host-python-poetry-core dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Tested-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
Reviewed-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-11-05 09:43:50 -07:00 committed by Thomas Petazzoni
parent 5084fd4e4b
commit 9258013840

View File

@ -7,10 +7,10 @@
PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION = 1.4.1
PYTHON_POETRY_DYNAMIC_VERSIONING_SOURCE = poetry_dynamic_versioning-$(PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION).tar.gz
PYTHON_POETRY_DYNAMIC_VERSIONING_SITE = https://files.pythonhosted.org/packages/dd/70/1138211a6e5051d28596922ed39acf20b42819db5ae1f93e465b9a903c28
PYTHON_POETRY_DYNAMIC_VERSIONING_SETUP_TYPE = pep517
PYTHON_POETRY_DYNAMIC_VERSIONING_SETUP_TYPE = poetry
PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE = MIT
PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE_FILES = LICENSE
HOST_PYTHON_POETRY_DYNAMIC_VERSIONING_DEPENDENCIES = host-python-poetry-core \
HOST_PYTHON_POETRY_DYNAMIC_VERSIONING_DEPENDENCIES = \
host-python-dunamai \
host-python-jinja2 \
host-python-tomlkit