All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-txtorcon: depend comment on BR2_PACKAGE_PYTHON3
@ 2021-08-14 17:37 Asaf Kahlon
  2021-08-15 14:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Asaf Kahlon @ 2021-08-14 17:37 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

The user shouldn't view the comment on the python2 menu.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-txtorcon/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-txtorcon/Config.in b/package/python-txtorcon/Config.in
index 9677eb4da8..e8a1a233db 100644
--- a/package/python-txtorcon/Config.in
+++ b/package/python-txtorcon/Config.in
@@ -16,4 +16,5 @@ config BR2_PACKAGE_PYTHON_TXTORCON
 	  https://github.com/meejah/txtorcon
 
 comment "python-txtorcon needs a toolchain w/ C++"
+	depends on BR2_PACKAGE_PYTHON3
 	depends on !BR2_INSTALL_LIBSTDCPP
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-txtorcon: depend comment on BR2_PACKAGE_PYTHON3
  2021-08-14 17:37 [Buildroot] [PATCH 1/1] package/python-txtorcon: depend comment on BR2_PACKAGE_PYTHON3 Asaf Kahlon
@ 2021-08-15 14:54 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-08-15 14:54 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: buildroot

On Sat, 14 Aug 2021 20:37:24 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> The user shouldn't view the comment on the python2 menu.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-txtorcon/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-15 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14 17:37 [Buildroot] [PATCH 1/1] package/python-txtorcon: depend comment on BR2_PACKAGE_PYTHON3 Asaf Kahlon
2021-08-15 14:54 ` Thomas Petazzoni

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.