From 26656c1cd1767c7d6de1d6380ebb92498cf8e912 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 21 Aug 2019 22:28:53 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb b/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb index ce83d09c0e..8ff590bd75 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_4.3.1.bb @@ -1,2 +1,4 @@ inherit setuptools3 + +PACKAGECONFIG ?= "asyncio_client client" require python-socketio.inc -- cgit v1.2.3-54-g00ecf