diff mbox

crda: Disable for Python 3

Message ID 1394015910-64878-1-git-send-email-Vincent.Riera@imgtec.com
State Superseded
Headers show

Commit Message

Vicente Olivert Riera March 5, 2014, 10:38 a.m. UTC
This package is not compatible with Python 3.

Fixes:
   http://autobuild.buildroot.net/results/a1e/a1e53d66d3962fd5431e7601937b071a0a3c2084/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/crda/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Samuel Martin March 5, 2014, 10:54 a.m. UTC | #1
Hi Vincent, all,

On Wed, Mar 5, 2014 at 11:38 AM, Vicente Olivert Riera
<Vincent.Riera@imgtec.com> wrote:
> This package is not compatible with Python 3.
>
> Fixes:
>    http://autobuild.buildroot.net/results/a1e/a1e53d66d3962fd5431e7601937b071a0a3c2084/
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/crda/Config.in |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/package/crda/Config.in b/package/crda/Config.in
> index e56a45e..c59f6ec 100644
> --- a/package/crda/Config.in
> +++ b/package/crda/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_CRDA
>         bool "crda"
>         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
> +       depends on !BR2_PACKAGE_PYTHON3

That's the short term fix to make the autobuilders happy! ;-)

I've prepared a series fixing this [1], but still need some time for
testing before posting it.

Regards,


[1] https://github.com/tSed/buildroot/commits/sma/host-python2
diff mbox

Patch

diff --git a/package/crda/Config.in b/package/crda/Config.in
index e56a45e..c59f6ec 100644
--- a/package/crda/Config.in
+++ b/package/crda/Config.in
@@ -1,6 +1,7 @@ 
 config BR2_PACKAGE_CRDA
 	bool "crda"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
+	depends on !BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_LIBGCRYPT
 	select BR2_PACKAGE_LIBNL
 	# regdb is a runtime dependency