From e0a1446f79c08b6692234e75af7ca80bebe96e33 Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Wed, 21 Feb 2024 16:49:08 +0100 Subject: [PATCH] python3-gevent: adding missing dependency to python3-zopeevent and python3-zopeinterface --- meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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 0de0ef8cf76..fbdbf8ccc7d 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" RDEPENDS:${PN} = "python3-greenlet \ python3-mime \ python3-pprint \ + python3-zopeevent \ + python3-zopeinterface \ " SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"