From 26de7600bdcfbb7c9333b15868f954ca028b81a9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 26 Aug 2020 18:40:19 +0300 Subject: python3-flask-socketio: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-flask-socketio_4.2.1.bb | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb index ffc4aa7fd9..e5fc541364 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb @@ -1,2 +1,18 @@ -inherit setuptools3 -require python-flask-socketio.inc +SUMMARY = "Socket.IO integration for Flask applications" +HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "Flask-SocketIO" + +SRC_URI[md5sum] = "b23222fb7dd2f0676d78bbe24153fd80" +SRC_URI[sha256sum] = "2172dff1e42415ba480cee02c30c2fc833671ff326f1598ee3d69aa02cf768ec" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-socketio \ + " -- cgit v1.2.3-54-g00ecf