From: Philippe Proulx <eeppeliteloop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] python-pyzmq: enable PyZMQ for Python 3
Date: Sun, 13 Jul 2014 22:35:17 -0400 [thread overview]
Message-ID: <1405305317-11481-1-git-send-email-eeppeliteloop@gmail.com> (raw)
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
next reply other threads:[~2014-07-14 2:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-14 2:35 Philippe Proulx [this message]
2014-07-15 18:25 ` [Buildroot] [PATCH] python-pyzmq: enable PyZMQ for Python 3 Thomas Petazzoni
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=1405305317-11481-1-git-send-email-eeppeliteloop@gmail.com \
--to=eeppeliteloop@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox