package/python-simplelogging: 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 10:00:35 -07:00 committed by Thomas Petazzoni
parent 099d3a23e9
commit 549dde9f1a

View File

@ -7,9 +7,8 @@
PYTHON_SIMPLELOGGING_VERSION = 0.12.0
PYTHON_SIMPLELOGGING_SOURCE = simplelogging-$(PYTHON_SIMPLELOGGING_VERSION).tar.gz
PYTHON_SIMPLELOGGING_SITE = https://files.pythonhosted.org/packages/30/71/d6b6513598e6a4300f6142a839d1b0e10a25a4707f1b586d9a6331be91bb
PYTHON_SIMPLELOGGING_SETUP_TYPE = pep517
PYTHON_SIMPLELOGGING_SETUP_TYPE = poetry
PYTHON_SIMPLELOGGING_LICENSE = BSD-3-Clause
PYTHON_SIMPLELOGGING_LICENSE_FILES = LICENSE
PYTHON_SIMPLELOGGING_DEPENDENCIES = host-python-poetry-core
$(eval $(python-package))