* [Buildroot] [PATCH 1/1] package/python-tomlkit: use poetry setup type
@ 2024-11-05 16:49 James Hilliard
2024-11-06 22:26 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-11-05 16:49 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-tomlkit/python-tomlkit.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/python-tomlkit/python-tomlkit.mk b/package/python-tomlkit/python-tomlkit.mk
index 0b1d32c374..79138d69e8 100644
--- a/package/python-tomlkit/python-tomlkit.mk
+++ b/package/python-tomlkit/python-tomlkit.mk
@@ -7,11 +7,9 @@
PYTHON_TOMLKIT_VERSION = 0.13.2
PYTHON_TOMLKIT_SOURCE = tomlkit-$(PYTHON_TOMLKIT_VERSION).tar.gz
PYTHON_TOMLKIT_SITE = https://files.pythonhosted.org/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa
-PYTHON_TOMLKIT_SETUP_TYPE = pep517
+PYTHON_TOMLKIT_SETUP_TYPE = poetry
PYTHON_TOMLKIT_LICENSE = MIT
PYTHON_TOMLKIT_LICENSE_FILES = LICENSE
-PYTHON_TOMLKIT_DEPENDENCIES = host-python-poetry-core
-HOST_PYTHON_TOMLKIT_DEPENDENCIES = host-python-poetry-core
$(eval $(python-package))
$(eval $(host-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:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 16:49 [Buildroot] [PATCH 1/1] package/python-tomlkit: use poetry setup type James Hilliard
2024-11-06 22:26 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox