diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:24 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | a0f247653253af3a1b858ea43402ec82e422b4bd (patch) | |
| tree | 8ab349bd9b5c26b74953184c20ac235e395927e8 /meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb | |
| parent | 0b7b4ed4c1d3655f4f4012b119655c7701f500ff (diff) | |
| download | meta-cloud-services-a0f247653253af3a1b858ea43402ec82e422b4bd.tar.gz | |
python-aioeventlet: add recipe
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.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 | 14 |
1 files changed, 14 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..3b3a330 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "asyncio event loop scheduling callbacks in eventlet" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/aioeventlet" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "678ea30265ae0326bddc767f80efd144" | ||
| 8 | SRC_URI[sha256sum] = "fe78c2b227ce077b1581e2ae2c071f351111d0878ec1b0216435f6a898df79a6" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-trollius \ | ||
| 14 | " | ||
