All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/python-tomlkit: add host package
@ 2024-09-27 18:33 Fiona Klute via buildroot
  2024-09-27 18:33 ` [Buildroot] [PATCH 2/4] package/python-dunamai: new " Fiona Klute via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fiona Klute via buildroot @ 2024-09-27 18:33 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon, Thomas Petazzoni, Fiona Klute

From: "Fiona Klute (WIWA)" <fiona.klute@gmx.de>

Required to run poetry-dynamic-versioning on the host.

Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
---
 package/python-tomlkit/python-tomlkit.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-tomlkit/python-tomlkit.mk b/package/python-tomlkit/python-tomlkit.mk
index 99b974da5d..0b1d32c374 100644
--- a/package/python-tomlkit/python-tomlkit.mk
+++ b/package/python-tomlkit/python-tomlkit.mk
@@ -11,5 +11,7 @@ PYTHON_TOMLKIT_SETUP_TYPE = pep517
 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.45.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-26 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 18:33 [Buildroot] [PATCH 1/4] package/python-tomlkit: add host package Fiona Klute via buildroot
2024-09-27 18:33 ` [Buildroot] [PATCH 2/4] package/python-dunamai: new " Fiona Klute via buildroot
2024-09-27 18:33 ` [Buildroot] [PATCH 3/4] package/python-poetry-dynamic-versioning: " Fiona Klute via buildroot
2024-09-27 18:34 ` [Buildroot] [PATCH 4/4] package/python-aiomqtt: new package Fiona Klute via buildroot
2024-10-26 16:37 ` [Buildroot] [PATCH 1/4] package/python-tomlkit: add host package 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.