diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb new file mode 100644 index 0000000000..8358489089 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "42a7bc552013633875ad320e39462323b4f7334594f1658d72b6ffed99940d4c" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | python3-flask \ | ||
| 17 | python3-socketio \ | ||
| 18 | " | ||
