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>
This commit is contained in:
Joerg Hofrichter 2024-02-21 16:49:08 +01:00 committed by Khem Raj
parent 15b0630583
commit a5b340a387
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"