* [Buildroot] menuconfig error with python packages
@ 2013-01-25 8:41 Patrick
2013-01-25 9:03 ` Patrick
0 siblings, 1 reply; 2+ messages in thread
From: Patrick @ 2013-01-25 8:41 UTC (permalink / raw)
To: buildroot
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
Patrick
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] menuconfig error with python packages
2013-01-25 8:41 [Buildroot] menuconfig error with python packages Patrick
@ 2013-01-25 9:03 ` Patrick
0 siblings, 0 replies; 2+ messages in thread
From: Patrick @ 2013-01-25 9:03 UTC (permalink / raw)
To: buildroot
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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-25 9:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 8:41 [Buildroot] menuconfig error with python packages Patrick
2013-01-25 9:03 ` Patrick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox