From 9bc31fb5715fce63918f0f5ba2b77435a52a205b Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Fri, 3 Apr 2020 21:42:41 +0200 Subject: python3-socketio: consolidate into a single file For details see [1] [1] - https://lists.openembedded.org/g/openembedded-devel/topic/72718415 Suggested-by: Tim Orling Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-socketio.inc | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-socketio.inc (limited to 'meta-python/recipes-devtools/python/python-socketio.inc') diff --git a/meta-python/recipes-devtools/python/python-socketio.inc b/meta-python/recipes-devtools/python/python-socketio.inc deleted file mode 100644 index 117eb60784..0000000000 --- a/meta-python/recipes-devtools/python/python-socketio.inc +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Socket.IO server" -HOMEPAGE = "https://github.com/miguelgrinberg/python-socketio/" -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8" - -inherit pypi - -PYPI_PACKAGE = "python-socketio" - -SRC_URI[md5sum] = "6631497753977b70d2b5ceb12af2775f" -SRC_URI[sha256sum] = "48cba5b827ac665dbf923a4f5ec590812aed5299a831fc43576a9af346272534" - -PACKAGECONFIG ?= "" -PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" -PACKAGECONFIG[client] = ",,,${PYTHON_PN}-requests ${PYTHON_PN}-websocket-client" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-engineio \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-math \ - ${PYTHON_PN}-pickle \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-attrs \ - " -- cgit v1.2.3-54-g00ecf