[Buildroot] [git commit] package/python-pyzmq: add cython for python-pyzmq

Arnout Vandecappelle arnout at mind.be
Mon Apr 1 20:12:54 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=f30f84dd93bcbbb5af4ded17e56e41d4d8d68426
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

When migrating to setuptools with pep517 support we need to add
host-python-cython which is a pep517 build dependency for
python-pyzmq.

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 package/python-pyzmq/python-pyzmq.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pyzmq/python-pyzmq.mk b/package/python-pyzmq/python-pyzmq.mk
index 1d9a7d01cb..f1444b9124 100644
--- a/package/python-pyzmq/python-pyzmq.mk
+++ b/package/python-pyzmq/python-pyzmq.mk
@@ -13,6 +13,7 @@ PYTHON_PYZMQ_LICENSE_FILES = LICENSE.LESSER LICENSE.BSD
 PYTHON_PYZMQ_SETUP_TYPE = setuptools
 PYTHON_PYZMQ_BUILD_OPTS = --zmq=$(STAGING_DIR)/usr
 PYTHON_PYZMQ_DEPENDENCIES = \
+	host-python-cython \
 	host-python-packaging \
 	host-python-setuptools-scm \
 	zeromq



More information about the buildroot mailing list