From 3cabe2feebe628003c626fee5a09c88e647705c2 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 9 Apr 2019 09:00:19 +0800 Subject: python-flask-socketio: move to meta-python directory The previous commits put the python-engineio, python-socketio and python-flask-socketio to a wrong directory. Move them to meta-python. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-flask-socketio.inc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-demo/recipes-devtools/python/python-flask-socketio.inc (limited to 'meta-demo/recipes-devtools/python/python-flask-socketio.inc') diff --git a/meta-demo/recipes-devtools/python/python-flask-socketio.inc b/meta-demo/recipes-devtools/python/python-flask-socketio.inc deleted file mode 100644 index 251d13eded..0000000000 --- a/meta-demo/recipes-devtools/python/python-flask-socketio.inc +++ /dev/null @@ -1,18 +0,0 @@ -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" - -inherit pypi - -PYPI_PACKAGE = "Flask-SocketIO" - -SRC_URI[md5sum] = "298965a43f6534e8a5b24d1ba1fc4186" -SRC_URI[sha256sum] = "8d8f9f104db5ddff1b06ba322d8e158881d590144199c993fe26cf53218c7edd" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-flask \ - ${PYTHON_PN}-socketio \ - " -- cgit v1.2.3-54-g00ecf