summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
index ebde34d56..0de0ef8cf 100644
--- a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
@@ -4,11 +4,11 @@ a high-level synchronous API on top of the libevent event loop."
4HOMEPAGE = "http://www.gevent.org" 4HOMEPAGE = "http://www.gevent.org"
5LICENSE = "MIT & Python-2.0" 5LICENSE = "MIT & Python-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65"
7DEPENDS += "${PYTHON_PN}-greenlet libev libuv c-ares python3-cython-native" 7DEPENDS += "python3-greenlet libev libuv c-ares python3-cython-native"
8 8
9RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ 9RDEPENDS:${PN} = "python3-greenlet \
10 ${PYTHON_PN}-mime \ 10 python3-mime \
11 ${PYTHON_PN}-pprint \ 11 python3-pprint \
12 " 12 "
13 13
14SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" 14SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"