summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-gevent_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-gevent_1.0.1.bb')
-rw-r--r--recipes-devtools/python/python-gevent_1.0.1.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-devtools/python/python-gevent_1.0.1.bb b/recipes-devtools/python/python-gevent_1.0.1.bb
index 47f1267a..7f1d2622 100644
--- a/recipes-devtools/python/python-gevent_1.0.1.bb
+++ b/recipes-devtools/python/python-gevent_1.0.1.bb
@@ -11,15 +11,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2dbb33d00e1fd31c7041460a81ac0bd2"
11DEPENDS += "python-greenlet libevent" 11DEPENDS += "python-greenlet libevent"
12RDEPENDS_${PN} += "python-greenlet python-mime python-pprint python-re" 12RDEPENDS_${PN} += "python-greenlet python-mime python-pprint python-re"
13 13
14SRCNAME = "gevent"
15
16SRC_URI = "http://pypi.python.org/packages/source/g/gevent/${SRCNAME}-${PV}.tar.gz"
17SRC_URI[md5sum] = "7b952591d1a0174d6eb6ac47bd975ab6" 14SRC_URI[md5sum] = "7b952591d1a0174d6eb6ac47bd975ab6"
18SRC_URI[sha256sum] = "4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43" 15SRC_URI[sha256sum] = "4627e215d058f71d95e6b26d9e7be4c263788a4756bd2858a93775f6c072df43"
19 16
20S = "${WORKDIR}/${SRCNAME}-${PV}" 17inherit setuptools pypi
21
22inherit setuptools
23 18
24FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 19FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
25SRC_URI += "file://libev-conf.patch" 20SRC_URI += "file://libev-conf.patch"