From 11f7631d86f8e510069b9b8d0c83aa537aeea063 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Tue, 5 Nov 2024 11:02:25 -0700 Subject: [PATCH] package/python-sh: 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-sh/python-sh.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-sh/python-sh.mk b/package/python-sh/python-sh.mk index 44a19b7baa..a59c6f1324 100644 --- a/package/python-sh/python-sh.mk +++ b/package/python-sh/python-sh.mk @@ -7,9 +7,8 @@ PYTHON_SH_VERSION = 2.1.0 PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz PYTHON_SH_SITE = https://files.pythonhosted.org/packages/52/12/b7965006c5adc57ba5459385358bd27c4983cd490884a75be86eb1d3efeb -PYTHON_SH_SETUP_TYPE = pep517 +PYTHON_SH_SETUP_TYPE = poetry PYTHON_SH_LICENSE = MIT PYTHON_SH_LICENSE_FILES = LICENSE.txt -PYTHON_SH_DEPENDENCIES = host-python-poetry-core $(eval $(python-package))