All of lore.kernel.org
 help / color / mirror / Atom feed
From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Asaf Kahlon <asafka7@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/python-secretstorage: depend comment on BR2_PACKAGE_PYTHON3
Date: Sun, 15 Aug 2021 22:53:38 +0300	[thread overview]
Message-ID: <20210815195340.12027-4-asafka7@gmail.com> (raw)
In-Reply-To: <20210815195340.12027-1-asafka7@gmail.com>

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

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

diff --git a/package/python-secretstorage/Config.in b/package/python-secretstorage/Config.in
index 78a0a2ae15..8ae8c2d598 100644
--- a/package/python-secretstorage/Config.in
+++ b/package/python-secretstorage/Config.in
@@ -9,4 +9,5 @@ config BR2_PACKAGE_PYTHON_SECRETSTORAGE
 	  https://github.com/mitya57/secretstorage
 
 comment "python-secretstorage 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

  parent reply	other threads:[~2021-08-15 19:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-15 19:53 [Buildroot] [PATCH 1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3 Asaf Kahlon
2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-keyring: " Asaf Kahlon
2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-pyopenssl: " Asaf Kahlon
2021-08-15 19:53 ` Asaf Kahlon [this message]
2021-09-04 21:47   ` [Buildroot] [PATCH 1/1] package/python-secretstorage: " Peter Korsgaard
2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-service-identity: " Asaf Kahlon
2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-treq: " Asaf Kahlon
2021-08-17 19:58 ` [Buildroot] [PATCH 1/1] package/python-cryptography: " Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210815195340.12027-4-asafka7@gmail.com \
    --to=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.