summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
deleted file mode 100644
index a668eb11e2..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "Pyzmq provides Zero message queue access for the Python language"
2HOMEPAGE = "http://zeromq.org/bindings:python"
3LICENSE = "BSD & LGPL-3.0"
4LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \
5 file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e"
6DEPENDS = "zeromq"
7
8FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
9
10SRC_URI += "file://club-rpath-out.patch"
11SRC_URI[sha256sum] = "824ad5888331aadeac772bce27e1c2fbcab82fade92edbd234542c4e12f0dca9"
12
13inherit pypi pkgconfig setuptools3
14
15RDEPENDS_${PN} += "${PYTHON_PN}-multiprocessing"
16
17FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug"
18
19do_compile_prepend() {
20 echo [global] > ${S}/setup.cfg
21 echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg
22 echo have_sys_un_h = True >> ${S}/setup.cfg
23 echo skip_check_zmq = True >> ${S}/setup.cfg
24 echo libzmq_extension = False >> ${S}/setup.cfg
25 echo no_libzmq_extension = True >> ${S}/setup.cfg
26}