From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../python/python-flask-socketio_4.2.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-flask-socketio_4.2.1.bb (limited to 'external/meta-python2/recipes-devtools/python/python-flask-socketio_4.2.1.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-flask-socketio_4.2.1.bb b/external/meta-python2/recipes-devtools/python/python-flask-socketio_4.2.1.bb new file mode 100644 index 00000000..6bff30d3 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-flask-socketio_4.2.1.bb @@ -0,0 +1,18 @@ +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" + +SRC_URI[md5sum] = "b23222fb7dd2f0676d78bbe24153fd80" +SRC_URI[sha256sum] = "2172dff1e42415ba480cee02c30c2fc833671ff326f1598ee3d69aa02cf768ec" + +PYPI_PACKAGE = "Flask-SocketIO" + +inherit pypi setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-socketio \ + " -- cgit 1.2.3-korg