summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb
new file mode 100644
index 0000000000..9e94d20748
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Socket.IO integration for Flask applications"
2HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "flask_socketio"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12
13SRC_URI[sha256sum] = "fe5bd995c3ed4da9a98f335d0d830fa1a19d84a64789f6265642a671fdacaeac"
14
15RDEPENDS:${PN} += "\
16 python3-flask \
17 python3-socketio \
18 "