From 05335a02f59073d577b4d969fc3f4203c366e3f6 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Tue, 5 Nov 2024 11:05:09 -0700 Subject: [PATCH] package/python-tortoise-orm: 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 Signed-off-by: Thomas Petazzoni --- package/python-tortoise-orm/python-tortoise-orm.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-tortoise-orm/python-tortoise-orm.mk b/package/python-tortoise-orm/python-tortoise-orm.mk index 423e87b46b..0a8f173c86 100644 --- a/package/python-tortoise-orm/python-tortoise-orm.mk +++ b/package/python-tortoise-orm/python-tortoise-orm.mk @@ -7,9 +7,8 @@ PYTHON_TORTOISE_ORM_VERSION = 0.21.7 PYTHON_TORTOISE_ORM_SOURCE = tortoise_orm-$(PYTHON_TORTOISE_ORM_VERSION).tar.gz PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/e8/0e/ad8e7554b0259072887d602617a67ef21055e1d8aa061936e381ecc1a9a5 -PYTHON_TORTOISE_ORM_SETUP_TYPE = pep517 +PYTHON_TORTOISE_ORM_SETUP_TYPE = poetry PYTHON_TORTOISE_ORM_LICENSE = Apache-2.0 PYTHON_TORTOISE_ORM_LICENSE_FILES = LICENSE.txt -PYTHON_TORTOISE_ORM_DEPENDENCIES = host-python-poetry-core $(eval $(python-package))