labgrid-project / meta-labgrid

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

python3-lxa-iobus RDEPENDS on missing python3-aiohttp-json-rpc #43

Closed Bastian-Krause closed 9 months ago

Bastian-Krause commented 10 months ago

The python3-lxa-iobus recipe RDEPENDS on python3-aiohttp-json-rpc, which is neither present in this layer nor in core/meta-python. The recipe resides instead in https://github.com/linux-automation/meta-lxatac/tree/langdale/meta-lxatac-software/recipes-python/python3-aiohttp-json-rpc

Introduced in #17.

ejoerns commented 10 months ago

So we should either copy the recipe or remove python3-lxa-iobus (and expect meta-lxatac to provide it).