diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | ||
