summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
diff options
context:
space:
mode:
authorJoerg Hofrichter <joerg.hofrichter@ni.com>2024-02-21 16:49:08 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-26 08:13:20 -0800
commita5b340a387754ff0f5b58765d9f7d74c7ef57779 (patch)
tree3dc5639a4b5f106ea541791b517a6a66d52c7bb8 /meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb
parent15b0630583bcea236372e73586eb417d610deac6 (diff)
downloadmeta-openembedded-a5b340a387754ff0f5b58765d9f7d74c7ef57779.tar.gz
python3-gevent: adding missing dependency to python3-zopeevent
and python3-zopeinterface Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb2
1 files changed, 2 insertions, 0 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 0de0ef8cf7..fbdbf8ccc7 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
@@ -9,6 +9,8 @@ DEPENDS += "python3-greenlet libev libuv c-ares python3-cython-native"
9RDEPENDS:${PN} = "python3-greenlet \ 9RDEPENDS:${PN} = "python3-greenlet \
10 python3-mime \ 10 python3-mime \
11 python3-pprint \ 11 python3-pprint \
12 python3-zopeevent \
13 python3-zopeinterface \
12 " 14 "
13 15
14SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" 16SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"