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