diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb index 949b7e1c43..b5baf82df1 100644 --- a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb +++ b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb | |||
| @@ -1,19 +1,14 @@ | |||
| 1 | SUMMARY = "Pyzmq provides Zero message queue access for the Python language" | 1 | SUMMARY = "Pyzmq provides Zero message queue access for the Python language" |
| 2 | HOMEPAGE = "http://zeromq.org/bindings:python" | 2 | HOMEPAGE = "http://zeromq.org/bindings:python" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e" | 4 | LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e" |
| 6 | DEPENDS = "zeromq" | 5 | DEPENDS = "zeromq" |
| 7 | 6 | ||
| 8 | SRC_URI = "https://pypi.python.org/packages/source/p/pyzmq/pyzmq-${PV}.tar.gz \ | 7 | SRC_URI = "file://club-rpath-out.patch" |
| 9 | file://club-rpath-out.patch \ | ||
| 10 | " | ||
| 11 | SRC_URI[md5sum] = "87e3abb33af5794db5ae85c667bbf324" | 8 | SRC_URI[md5sum] = "87e3abb33af5794db5ae85c667bbf324" |
| 12 | SRC_URI[sha256sum] = "77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2" | 9 | SRC_URI[sha256sum] = "77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2" |
| 13 | 10 | ||
| 14 | S = "${WORKDIR}/pyzmq-${PV}" | 11 | inherit pypi setuptools pkgconfig |
| 15 | |||
| 16 | inherit setuptools pkgconfig | ||
| 17 | 12 | ||
| 18 | RDEPENDS_${PN} += "python-multiprocessing" | 13 | RDEPENDS_${PN} += "python-multiprocessing" |
| 19 | 14 | ||
