From: Patrick <kpa_info@yahoo.fr>
To: buildroot@busybox.net
Subject: [Buildroot] menuconfig error with python packages
Date: Fri, 25 Jan 2013 10:03:06 +0100 [thread overview]
Message-ID: <51024A4A.6070909@yahoo.fr> (raw)
In-Reply-To: <51024537.2010204@yahoo.fr>
On 01/25/2013 09:41 AM, Patrick wrote:
> Dear all,
>
> I have detected what it seems a strange behaviour with python in the
> menuconfig. When activating python3 (BR2_PACKAGE_PYTHON3) the submenu
> "external python modules" is not visible.
> When activating dstat (BR2_PACKAGE_DSTAT) from "Debugging, profiling and
> benchmarking" the "external python modules" submenu become visible.
>
> Is this really the expected behaviour ? I don't think so
>
I think the patch below fix the problem. The "external python modules"
submenu is now available when activating python3. Fow now only the
python-bottle package is available I have to check if others python
packages work also with python 3.
Any comments ?
Patrick
diff --git a/package/Config.in b/package/Config.in
index 10adf5d..1d477f7 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -309,7 +309,7 @@ source "package/microperl/Config.in"
source "package/php/Config.in"
source "package/python/Config.in"
source "package/python3/Config.in"
-if BR2_PACKAGE_PYTHON
+if BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
menu "external python modules"
source "package/python-bottle/Config.in"
source "package/python-dpkt/Config.in"
prev parent reply other threads:[~2013-01-25 9:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-25 8:41 [Buildroot] menuconfig error with python packages Patrick
2013-01-25 9:03 ` Patrick [this message]
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=51024A4A.6070909@yahoo.fr \
--to=kpa_info@yahoo.fr \
--cc=buildroot@busybox.net \
/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.