diff mbox series

[1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3

Message ID 20210815195340.12027-1-asafka7@gmail.com
State Accepted
Headers show
Series [1/1] package/python-cryptography: depend comment on BR2_PACKAGE_PYTHON3 | expand

Commit Message

Asaf Kahlon Aug. 15, 2021, 7:53 p.m. UTC
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(+)

Comments

Yann E. MORIN Aug. 17, 2021, 7:58 p.m. UTC | #1
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
diff mbox series

Patch

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