Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-munch: select missing runtime dependencies
@ 2022-12-12  9:50 yegorslists--- via buildroot
  2022-12-12  9:50 ` [Buildroot] [PATCH 2/2] support/testing: add test for python-munch yegorslists--- via buildroot
  2022-12-29  9:38 ` [Buildroot] [PATCH 1/2] package/python-munch: select missing runtime dependencies Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: yegorslists--- via buildroot @ 2022-12-12  9:50 UTC (permalink / raw)
  To: buildroot; +Cc: Asaf Kahlon

From: Yegor Yefremov <yegorslists@googlemail.com>

munch requires python-setuptools and python-six packages at
runtime.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-munch/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-munch/Config.in b/package/python-munch/Config.in
index 9db2623674..ceb9fbaf32 100644
--- a/package/python-munch/Config.in
+++ b/package/python-munch/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_PYTHON_MUNCH
 	bool "python-munch"
+	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
+	select BR2_PACKAGE_PYTHON_SIX # runtime
 	help
 	  Munch is a dictionary that supports attribute-style access,
 	  a la JavaScript.
-- 
2.17.0

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

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

end of thread, other threads:[~2022-12-29  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12  9:50 [Buildroot] [PATCH 1/2] package/python-munch: select missing runtime dependencies yegorslists--- via buildroot
2022-12-12  9:50 ` [Buildroot] [PATCH 2/2] support/testing: add test for python-munch yegorslists--- via buildroot
2022-12-29  9:38 ` [Buildroot] [PATCH 1/2] package/python-munch: select missing runtime dependencies 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