mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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 <ticotimo@gmail.com> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
78b8d6bc4b
commit
9bc31fb571
@@ -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 \
|
||||
"
|
||||
@@ -1,5 +1,28 @@
|
||||
inherit setuptools3
|
||||
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 setuptools3
|
||||
|
||||
PYPI_PACKAGE = "python-socketio"
|
||||
|
||||
SRC_URI[md5sum] = "6631497753977b70d2b5ceb12af2775f"
|
||||
SRC_URI[sha256sum] = "48cba5b827ac665dbf923a4f5ec590812aed5299a831fc43576a9af346272534"
|
||||
|
||||
PACKAGECONFIG ?= "asyncio_client client"
|
||||
require python-socketio.inc
|
||||
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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user