aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eventlet_0.33.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eventlet_0.33.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-eventlet_0.33.1.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.33.1.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.33.1.bb
deleted file mode 100644
index afaaf4a978..0000000000
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.33.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Highly concurrent networking library"
-HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
-
-SRC_URI[sha256sum] = "afbe17f06a58491e9aebd7a4a03e70b0b63fd4cf76d8307bae07f280479b1515"
-
-inherit pypi setuptools3
-
-RDEPENDS:${PN} += " \
- ${PYTHON_PN}-dnspython \
- ${PYTHON_PN}-six \
- ${PYTHON_PN}-distutils \
- ${PYTHON_PN}-greenlet \
-"