* [Buildroot] [PATCH 1/1] package/python-pysmi: use poetry setup type
@ 2024-11-05 18:16 James Hilliard
2024-11-06 22:27 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-11-05 18:16 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
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>
---
package/python-pysmi/python-pysmi.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/python-pysmi/python-pysmi.mk b/package/python-pysmi/python-pysmi.mk
index a2793647d8..6758b4e807 100644
--- a/package/python-pysmi/python-pysmi.mk
+++ b/package/python-pysmi/python-pysmi.mk
@@ -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))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-06 22:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 18:16 [Buildroot] [PATCH 1/1] package/python-pysmi: use poetry setup type James Hilliard
2024-11-06 22:27 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.