package/python-pysmi: 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:16:55 -07:00
committed by Thomas Petazzoni
parent a02d43d8e6
commit 20eb4bb438

View File

@@ -7,9 +7,8 @@
PYTHON_PYSMI_VERSION = 1.5.6
PYTHON_PYSMI_SOURCE = pysmi-$(PYTHON_PYSMI_VERSION).tar.gz
PYTHON_PYSMI_SITE = https://files.pythonhosted.org/packages/a3/a1/b43edf8fd80c550782c9f0daa499c7d3013d31ff924405a7f96c9cdaa5d2
PYTHON_PYSMI_SETUP_TYPE = pep517
PYTHON_PYSMI_SETUP_TYPE = poetry
PYTHON_PYSMI_LICENSE = BSD-2-Clause
PYTHON_PYSMI_LICENSE_FILES = LICENSE.rst
PYTHON_PYSMI_DEPENDENCIES = host-python-poetry-core
$(eval $(python-package))