* [Buildroot] [PATCH] package/python3: disable decimal module
@ 2015-01-03 15:59 Samuel Martin
2015-01-03 20:52 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Samuel Martin @ 2015-01-03 15:59 UTC (permalink / raw)
To: buildroot
Python3 decimal module needs libmpdecimal >=2.4.1.
Fixes:
http://autobuild.buildroot.org/results/c9b/c9b6dd19f16a56a16ef441d5b303badab9720bd7/
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
Note that the mpdecimal package cannot currently be upgraded because
its site seems unreachable.
---
package/python3/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python3/Config.in b/package/python3/Config.in
index 375390f..d459dc3 100644
--- a/package/python3/Config.in
+++ b/package/python3/Config.in
@@ -57,6 +57,7 @@ config BR2_PACKAGE_PYTHON3_CURSES
config BR2_PACKAGE_PYTHON3_DECIMAL
select BR2_PACKAGE_MPDECIMAL
+ depends on BR2_BROKEN # needs libmpdecimal >=2.4.1
bool "decimal module"
help
decimal module for Python3.
--
2.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/python3: disable decimal module
2015-01-03 15:59 [Buildroot] [PATCH] package/python3: disable decimal module Samuel Martin
@ 2015-01-03 20:52 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-01-03 20:52 UTC (permalink / raw)
To: buildroot
Dear Samuel Martin,
On Sat, 3 Jan 2015 16:59:15 +0100, Samuel Martin wrote:
> Python3 decimal module needs libmpdecimal >=2.4.1.
>
> Fixes:
> http://autobuild.buildroot.org/results/c9b/c9b6dd19f16a56a16ef441d5b303badab9720bd7/
>
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Thanks, but bumping the mpdecimal package seems like a better solution
in such cases. I've used an alternate upstream location for now, since
indeed the official site is down.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-03 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-03 15:59 [Buildroot] [PATCH] package/python3: disable decimal module Samuel Martin
2015-01-03 20:52 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox