diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq_22.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.2.1.bb index 9e418f04b5..f58074a9a9 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.2.1.bb | |||
| @@ -8,11 +8,14 @@ DEPENDS = "zeromq" | |||
| 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-pyzmq:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-pyzmq:" |
| 9 | 9 | ||
| 10 | SRC_URI += "file://club-rpath-out.patch" | 10 | SRC_URI += "file://club-rpath-out.patch" |
| 11 | SRC_URI[sha256sum] = "7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d" | 11 | SRC_URI[sha256sum] = "6d18c76676771fd891ca8e0e68da0bbfb88e30129835c0ade748016adb3b6242" |
| 12 | 12 | ||
| 13 | inherit pypi pkgconfig setuptools3 | 13 | inherit pypi pkgconfig setuptools3 |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} += "${PYTHON_PN}-multiprocessing" | 15 | RDEPENDS:${PN} += " \ |
| 16 | ${PYTHON_PN}-multiprocessing \ | ||
| 17 | ${PYTHON_PN}-json \ | ||
| 18 | " | ||
| 16 | 19 | ||
| 17 | FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" | 20 | FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" |
| 18 | 21 | ||
