* [Buildroot] [PATCH] python-pyzmq: enable PyZMQ for Python 3
@ 2014-07-14 2:35 Philippe Proulx
2014-07-15 18:25 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Proulx @ 2014-07-14 2:35 UTC (permalink / raw)
To: buildroot
The PyZMQ package is currently limited to Python 2; however, its
build system does not require the Python 2 interpreter and will work
as is with Python 3 (tested).
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
---
package/python-pyzmq/Config.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/python-pyzmq/Config.in b/package/python-pyzmq/Config.in
index b83c09c..0f868d0 100644
--- a/package/python-pyzmq/Config.in
+++ b/package/python-pyzmq/Config.in
@@ -5,7 +5,6 @@ config BR2_PACKAGE_PYTHON_PYZMQ
depends on BR2_USE_WCHAR # zeromq
depends on BR2_INSTALL_LIBSTDCPP # zeromq
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
- depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_ZEROMQ
help
This package contains the python language binding for zeromq.
--
2.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] python-pyzmq: enable PyZMQ for Python 3
2014-07-14 2:35 [Buildroot] [PATCH] python-pyzmq: enable PyZMQ for Python 3 Philippe Proulx
@ 2014-07-15 18:25 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-07-15 18:25 UTC (permalink / raw)
To: buildroot
Dear Philippe Proulx,
On Sun, 13 Jul 2014 22:35:17 -0400, Philippe Proulx wrote:
> The PyZMQ package is currently limited to Python 2; however, its
> build system does not require the Python 2 interpreter and will work
> as is with Python 3 (tested).
>
> Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
> ---
> package/python-pyzmq/Config.in | 1 -
> 1 file changed, 1 deletion(-)
Applied, 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:[~2014-07-15 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 2:35 [Buildroot] [PATCH] python-pyzmq: enable PyZMQ for Python 3 Philippe Proulx
2014-07-15 18:25 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox