From ddb9bcfc1a5fb28c97e6e112c8dc3531ab6ab28e Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Tue, 5 Nov 2024 10:46:42 -0700 Subject: [PATCH] package/python-terminaltables: 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-terminaltables/python-terminaltables.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-terminaltables/python-terminaltables.mk b/package/python-terminaltables/python-terminaltables.mk index 062643adee..900a577f36 100644 --- a/package/python-terminaltables/python-terminaltables.mk +++ b/package/python-terminaltables/python-terminaltables.mk @@ -7,9 +7,8 @@ PYTHON_TERMINALTABLES_VERSION = 3.1.10 PYTHON_TERMINALTABLES_SOURCE = terminaltables-$(PYTHON_TERMINALTABLES_VERSION).tar.gz PYTHON_TERMINALTABLES_SITE = https://files.pythonhosted.org/packages/f5/fc/0b73d782f5ab7feba8d007573a3773c58255f223c5940a7b7085f02153c3 -PYTHON_TERMINALTABLES_SETUP_TYPE = pep517 +PYTHON_TERMINALTABLES_SETUP_TYPE = poetry PYTHON_TERMINALTABLES_LICENSE = MIT PYTHON_TERMINALTABLES_LICENSE_FILES = LICENSE -PYTHON_TERMINALTABLES_DEPENDENCIES = host-python-poetry-core $(eval $(python-package))