summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb
diff options
context:
space:
mode:
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.bb23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index 56eb126..0000000
--- a/meta-openstack/recipes-devtools/python/python-aioeventlet_0.4.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Asyncio event loop scheduling callbacks in eventlet"
2HOMEPAGE = "http://aioeventlet.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8f7bb094c7232b058c7e9f2e431f389c"
6
7SRC_URI += " \
8 file://Makefile-skip-building-docs.patch \
9 "
10
11SRC_URI[md5sum] = "678ea30265ae0326bddc767f80efd144"
12SRC_URI[sha256sum] = "fe78c2b227ce077b1581e2ae2c071f351111d0878ec1b0216435f6a898df79a6"
13
14inherit setuptools3 pypi
15
16DEPENDS += " \
17 python-pip \
18 "
19
20RDEPENDS:${PN} += " \
21 python-sphinx \
22 "
23