Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-can/Config.in: sort selects
@ 2024-02-13 12:37 Marcus Hoffmann via buildroot
  2024-02-13 12:37 ` [Buildroot] [PATCH 2/2] package/python-can: needs PYTHON3_CURSES Marcus Hoffmann via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-13 12:37 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Angelo Compagnucci, Asaf Kahlon

Sort python builtin modules before external python libs.

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/python-can/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-can/Config.in b/package/python-can/Config.in
index a00c9263cf..61955a2b00 100644
--- a/package/python-can/Config.in
+++ b/package/python-can/Config.in
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_PYTHON_CAN
 	bool "python-can"
 	select BR2_PACKAGE_PYTHON3_SQLITE # runtime
+	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
 	select BR2_PACKAGE_PYTHON_MSGPACK # runtime
 	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
 	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
 	select BR2_PACKAGE_PYTHON_WRAPT # runtime
-	select BR2_PACKAGE_PYTHON3_ZLIB
 	help
 	  This module provides controller area network support for
 	  Python.
-- 
2.34.1

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

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

end of thread, other threads:[~2024-08-31 16:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 12:37 [Buildroot] [PATCH 1/2] package/python-can/Config.in: sort selects Marcus Hoffmann via buildroot
2024-02-13 12:37 ` [Buildroot] [PATCH 2/2] package/python-can: needs PYTHON3_CURSES Marcus Hoffmann via buildroot
2024-07-22 20:37   ` Thomas Petazzoni via buildroot
2024-08-22 10:01     ` Marcus Hoffmann via buildroot
2024-07-22 20:35 ` [Buildroot] [PATCH 1/2] package/python-can/Config.in: sort selects Thomas Petazzoni via buildroot
2024-08-31 16:45 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox