python-socketio: prevent python2 socketio depending on python3-aiohttp

* 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>
This commit is contained in:
Martin Jansa
2019-08-21 22:28:53 +00:00
committed by Khem Raj
parent 6b41e0ad6f
commit 26656c1cd1
2 changed files with 5 additions and 3 deletions
@@ -1,2 +1,4 @@
inherit setuptools3
PACKAGECONFIG ?= "asyncio_client client"
require python-socketio.inc