labgrid-project / meta-labgrid

OpenEmbedded layer for integrating the labgrid exporter on a device
MIT License
11 stars 12 forks source link

python3-aiohttp-json-rpc: add recipe to satisfy lxa-iobus dependency #44

Closed hnez closed 9 months ago

hnez commented 9 months ago

The python3-lxa-iobus_git.bb recipe depends on python3-aiohttp-json-rpc:

https://github.com/labgrid-project/meta-labgrid/blob/07346a8795c958dbd59f7c8c83dd30e3924b4f59/recipes-devtools/python/python3-lxa-iobus_git.bb#L8

This dependency is not satisfied by any of the common layers.

We work around this in meta-lxatac by including our own python3-aiohttp-json-rpc recipe, but meta-labgrid would be a better place to solve this.

Include the recipe here and while at it also update it to the most recent release.

Fixes: #43

hnez commented 9 months ago

I just had a look at the open issues and noticed that this would fix #43, yay!