All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3
@ 2021-08-15 19:53 Asaf Kahlon
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-keyring: " Asaf Kahlon
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-08-15 19:53 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-cryptography/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-cryptography/Config.in b/package/python-cryptography/Config.in
index 5a2e6da900..da4252d6da 100644
--- a/package/python-cryptography/Config.in
+++ b/package/python-cryptography/Config.in
@@ -17,4 +17,5 @@ config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
 	  https://cryptography.io
 
 comment "python-cryptography 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] 8+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-keyring: depend comment on BR2_PACKAGE_PYTHON3
  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 ` Asaf Kahlon
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-pyopenssl: " Asaf Kahlon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-08-15 19:53 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-keyring/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-keyring/Config.in b/package/python-keyring/Config.in
index 18fad84007..f7bb1ae820 100644
--- a/package/python-keyring/Config.in
+++ b/package/python-keyring/Config.in
@@ -11,4 +11,5 @@ config BR2_PACKAGE_PYTHON_KEYRING
 	  https://pypi.python.org/pypi/keyring
 
 comment "python-keyring 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] 8+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-pyopenssl: depend comment on BR2_PACKAGE_PYTHON3
  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 ` Asaf Kahlon
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-secretstorage: " Asaf Kahlon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-08-15 19:53 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-pyopenssl/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pyopenssl/Config.in b/package/python-pyopenssl/Config.in
index 95630f2461..99ea4e9408 100644
--- a/package/python-pyopenssl/Config.in
+++ b/package/python-pyopenssl/Config.in
@@ -10,4 +10,5 @@ config BR2_PACKAGE_PYTHON_PYOPENSSL
 	  https://github.com/pyca/pyopenssl
 
 comment "python-pyopenssl 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] 8+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-secretstorage: depend comment on BR2_PACKAGE_PYTHON3
  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
  2021-09-04 21:47   ` Peter Korsgaard
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-service-identity: " Asaf Kahlon
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Asaf Kahlon @ 2021-08-15 19:53 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-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

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

* [Buildroot] [PATCH 1/1] package/python-service-identity: depend comment on BR2_PACKAGE_PYTHON3
  2021-08-15 19:53 [Buildroot] [PATCH 1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3 Asaf Kahlon
                   ` (2 preceding siblings ...)
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-secretstorage: " Asaf Kahlon
@ 2021-08-15 19:53 ` 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
  5 siblings, 0 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-08-15 19:53 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-service-identity/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-service-identity/Config.in b/package/python-service-identity/Config.in
index cac1c06912..ab012347dc 100644
--- a/package/python-service-identity/Config.in
+++ b/package/python-service-identity/Config.in
@@ -13,4 +13,5 @@ config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY
 	  https://pypi.python.org/pypi/service_identity
 
 comment "python-service-identify 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] 8+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-treq: depend comment on BR2_PACKAGE_PYTHON3
  2021-08-15 19:53 [Buildroot] [PATCH 1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3 Asaf Kahlon
                   ` (3 preceding siblings ...)
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-service-identity: " Asaf Kahlon
@ 2021-08-15 19:53 ` Asaf Kahlon
  2021-08-17 19:58 ` [Buildroot] [PATCH 1/1] package/python-cryptography: " Yann E. MORIN
  5 siblings, 0 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-08-15 19:53 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-treq/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-treq/Config.in b/package/python-treq/Config.in
index 47719f92bf..02c26a53f7 100644
--- a/package/python-treq/Config.in
+++ b/package/python-treq/Config.in
@@ -18,4 +18,5 @@ config BR2_PACKAGE_PYTHON_TREQ
 	  https://github.com/twisted/treq
 
 comment "python-treq 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] 8+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3
  2021-08-15 19:53 [Buildroot] [PATCH 1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3 Asaf Kahlon
                   ` (4 preceding siblings ...)
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-treq: " Asaf Kahlon
@ 2021-08-17 19:58 ` Yann E. MORIN
  5 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2021-08-17 19:58 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

Asaf, All,

All six patches applied to master, thanks (but see a small nit I fixed,
below).

On 2021-08-15 22:53 +0300, Asaf Kahlon spake thusly:
> The user shouldn't view the comment on the python2 menu.

s/view/see/ and applied.

Regards,
Yann E. MORIN.

> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-cryptography/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/python-cryptography/Config.in b/package/python-cryptography/Config.in
> index 5a2e6da900..da4252d6da 100644
> --- a/package/python-cryptography/Config.in
> +++ b/package/python-cryptography/Config.in
> @@ -17,4 +17,5 @@ config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
>  	  https://cryptography.io
>  
>  comment "python-cryptography 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

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-secretstorage: depend comment on BR2_PACKAGE_PYTHON3
  2021-08-15 19:53 ` [Buildroot] [PATCH 1/1] package/python-secretstorage: " Asaf Kahlon
@ 2021-09-04 21:47   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2021-09-04 21:47 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:

 > The user shouldn't view the comment on the python2 menu.
 > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-04 21:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH 1/1] package/python-secretstorage: " Asaf Kahlon
2021-09-04 21:47   ` 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

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.