My machine is complaining about two things:

1. The build backend has changed:
python3-grpcio-1.78.0-r0 do_check_backend: QA Issue: inherits
setuptools3 but has pyproject.toml with setuptools.build_meta, use the
correct class [pep517-backend]

2. Compilation fails with an error (using the tip of oe-core):
https://gist.github.com/OldManYellsAtCloud/9f2afef89616c308bcb1c97bf3cc247c

(Possibly fixing the first issue would also fix the second one, haven't
tried)


On 3/9/26 11:06, Andrej Kozemcak via lists.openembedded.org wrote:
> Changelog:
>   https://github.com/grpc/grpc/releases/tag/v1.78.0
> 
> Changes for python:
> - aio: fix race condition causing asyncio.run() to hang forever during the 
> shutdown process.
> - Migrate to pyproject.toml build system from setup.py builds.
> - Log error details when ExecuteBatchError occurs (at DEBUG level).
> - Update setuptools min version to 77.0.1.
> 
> Signed-off-by: Andrej Kozemcak <[email protected]>
> ---
>  .../{python3-grpcio_1.76.0.bb => python3-grpcio_1.78.0.bb}      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-grpcio_1.76.0.bb => 
> python3-grpcio_1.78.0.bb} (94%)
> 
> diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb 
> b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
> similarity index 94%
> rename from meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb
> rename to meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
> index 037614da3e..092df4c78f 100644
> --- a/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
> @@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib"
>  SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \
>             file://abseil-ppc-fixes.patch \
>             "
> -SRC_URI[sha256sum] = 
> "7be78388d6da1a25c0d5ec506523db58b18be22d9c37d8d3a32c08be4987bd73"
> +SRC_URI[sha256sum] = 
> "7382b95189546f375c174f53a5fa873cef91c4b8005faa05cc5b3beea9c4f1c5"
>  
>  RDEPENDS:${PN} = "python3-protobuf python3-typing-extensions"
>  
> 
> 
> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#125209): 
https://lists.openembedded.org/g/openembedded-devel/message/125209
Mute This Topic: https://lists.openembedded.org/mt/118218628/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to