diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:15 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 53e2faa09a03ece3c30f94ba652dd69a9334884f (patch) | |
| tree | 456609d2c61813df49fc4015f13d8997d7bfa61b /meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb | |
| parent | aee7381269b29cf8508f6708fb9985ed9cf95814 (diff) | |
| download | meta-cloud-services-53e2faa09a03ece3c30f94ba652dd69a9334884f.tar.gz | |
python-aioeventlet: initial version
This package provides asyncio event loop scheduling callbacks in
eventlet.
This package is required by oslo.messaging.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb b/meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb new file mode 100644 index 0000000..0841b9b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Asyncio event loop scheduling callbacks in eventlet" | ||
| 2 | HOMEPAGE = "http://aioeventlet.readthedocs.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c" | ||
| 6 | |||
| 7 | SRCNAME = "aioeventlet" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | file://Makefile-skip-building-docs.patch \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "678ea30265ae0326bddc767f80efd144" | ||
| 14 | SRC_URI[sha256sum] = "fe78c2b227ce077b1581e2ae2c071f351111d0878ec1b0216435f6a898df79a6" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | python-sphinx \ | ||
| 26 | " | ||
| 27 | |||
