mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-25 19:57:27 +01:00
* enable client and asyncio_client PACKAGECONFIGs only in python3-socketio, because
there is no python-websockets, python--websocket-client recipes for python2 version
* fixes:
ERROR: Nothing RPROVIDES 'python3-aiohttp' (but
meta-oe/meta-python/recipes-devtools/python/python-socketio_4.3.1.bb
RDEPENDS on or otherwise requires it)
when python3-aiohttp is blacklisted
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 lines
90 B
BlitzBasic
5 lines
90 B
BlitzBasic
inherit setuptools3
|
|
|
|
PACKAGECONFIG ?= "asyncio_client client"
|
|
require python-socketio.inc
|