summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb b/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb
index 1a96892fb5..1b88ba6fe8 100644
--- a/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb
@@ -1,7 +1,7 @@
1SUMMARY = "A coroutine-based Python networking library" 1SUMMARY = "A coroutine-based Python networking library"
2DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \ 2DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \
3a high-level synchronous API on top of the libevent event loop." 3a high-level synchronous API on top of the libevent event loop."
4HOMEPAGE = "http://www.gevent.org" 4HOMEPAGE = "https://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 += "python3-greenlet-native python3-greenlet libev libuv python3-cffi-native" 7DEPENDS += "python3-greenlet-native python3-greenlet libev libuv python3-cffi-native"