diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_4.3.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-socketio_4.3.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_4.3.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_4.3.1.bb new file mode 100644 index 0000000000..b8631bf50a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_4.3.1.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 setuptools3 | ||
9 | |||
10 | PYPI_PACKAGE = "Flask-SocketIO" | ||
11 | |||
12 | SRC_URI[md5sum] = "d7992b0b4aaf473b7eff21fc14e8d1b2" | ||
13 | SRC_URI[sha256sum] = "36c1d5765010d1f4e4f05b4cc9c20c289d9dc70698c88d1addd0afcfedc5b062" | ||
14 | |||
15 | RDEPENDS_${PN} += "\ | ||
16 | ${PYTHON_PN}-flask \ | ||
17 | ${PYTHON_PN}-socketio \ | ||
18 | " | ||