Go to file
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
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems ntfs-3g-ntfsprogs: update UPSTREAM_CHECK_URI 2025-11-08 06:27:15 -08:00
meta-gnome network-manager-applet: Fixing builds when x11 is not included in DISTRO_FEATURES 2025-11-10 07:50:05 -08:00
meta-initramfs ubi-utils-klibc: Upgrade 2.0.2 -> 2.3.0 2025-11-04 16:52:47 -08:00
meta-multimedia fluidsynth: update 2.4.5 -> 2.4.8 2025-10-31 08:55:36 -07:00
meta-networking libdaq: upgrade 3.0.21 -> 3.0.22 2025-11-11 10:19:41 -08:00
meta-oe tslib: upgrade 1.23 -> 1.24 2025-11-11 10:19:44 -08:00
meta-perl adduser: add UPSTREAM_CHECK_URI 2025-11-08 06:27:14 -08:00
meta-python python3-grpcio: add python3-typing-extensions to RDEPENDS 2025-11-11 10:19:44 -08:00
meta-webserver swagger-ui: upgrade 5.30.0 -> 5.30.2 2025-11-11 10:19:44 -08:00
meta-xfce menulibre: add UPSTREAM_CHECK_URI 2025-11-08 06:27:15 -08:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories