meta-openembedded/meta-python/recipes-devtools
Changqing Li c3bc474c6c
python3-grpcio: add python3-typing-extensions to RDEPENDS
Fix error:
>>> import grpc
>>> from concurrent import futures
>>> server = grpc.server(futures.ThreadPoolExecutor(max_workers=10))
Traceback (most recent call last):
File "<python-input-4>", line 1, in <module>
server = grpc.server(futures.ThreadPoolExecutor(max_workers=10))
File "/usr/lib64/python3.13/site-packages/grpc/_init_.py", line 2219, in server
from grpc import _server # pylint: disable=cyclic-import
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/site-packages/grpc/_server.py", line 57, in <module>
from typing_extensions import override
ModuleNotFoundError: No module named 'typing_extensions'
>>>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-11-11 10:19:44 -08:00
..
gyp meta-openembedded/all: adapt to UNPACKDIR changes 2025-06-25 06:44:52 -07:00
python python3-grpcio: add python3-typing-extensions to RDEPENDS 2025-11-11 10:19:44 -08:00
python-jsonref python3-jsonref: use correct Python build backend class 2025-08-04 17:32:04 -07:00
python3-attrdict3
python3-breathe python3-breathe: fixed location + added nativesdk 2025-08-18 07:50:00 -07:00
python3-cairocffi
python3-exhale python3-exhale: fixed location + added nativesdk 2025-08-18 07:50:00 -07:00
python3-gspread
python3-mlcommons-loadgen python3-mlcommons-loadgen: upgrade 5.1.0 -> 5.1.1 2025-10-21 20:02:42 -07:00
python3-nltk python3-nltk: upgrade 3.9.1 -> 3.9.2 2025-10-14 09:00:23 -07:00
python3-piccata meta-openembedded/all: adapt to UNPACKDIR changes 2025-06-25 06:44:52 -07:00
python3-reedsolo
python3-rouge-score
python3-wxgtk4 python3-wxgtk4: Upgrade to 4.2.3 2025-07-13 09:46:09 -07:00
python3-zstandard python3-zstandard: upgrade 0.24.0 -> 0.25.0 2025-09-16 09:59:21 -07:00