package/python-pypika-tortoise: 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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-11-05 11:06:59 -07:00 committed by Thomas Petazzoni
parent 05335a02f5
commit 7bd6c9246b

View File

@ -7,9 +7,8 @@
PYTHON_PYPIKA_TORTOISE_VERSION = 0.2.1
PYTHON_PYPIKA_TORTOISE_SOURCE = pypika_tortoise-$(PYTHON_PYPIKA_TORTOISE_VERSION).tar.gz
PYTHON_PYPIKA_TORTOISE_SITE = https://files.pythonhosted.org/packages/30/af/b4a6035611cf6f3990879385cf6d077013c1bdf7ea294d6ceebfa14c8d08
PYTHON_PYPIKA_TORTOISE_SETUP_TYPE = pep517
PYTHON_PYPIKA_TORTOISE_SETUP_TYPE = poetry
PYTHON_PYPIKA_TORTOISE_LICENSE = Apache-2.0
PYTHON_PYPIKA_TORTOISE_LICENSE_FILES = LICENSE
PYTHON_PYPIKA_TORTOISE_DEPENDENCIES = host-python-poetry-core
$(eval $(python-package))