mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-flask-script: remove recipe
This package has long been deprecated by upstream maintainers and doesn't even work in meta-openembedded due to a run-time import error. Remove the recipe. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
785fd8d117
commit
25bb720fe8
|
|
@ -137,7 +137,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
|||
python3-flask-nav \
|
||||
python3-flask-pymongo \
|
||||
python3-flask-restful \
|
||||
python3-flask-script \
|
||||
python3-flask-sijax \
|
||||
python3-flask-socketio \
|
||||
python3-flask-sqlalchemy \
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
DESCRIPTION = "Scripting support for flask"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e686048adb69341fc8a08caeda528b41"
|
||||
|
||||
SRC_URI[md5sum] = "3fbd91fe13cebedfb2431331f6eabb68"
|
||||
SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65"
|
||||
|
||||
PYPI_PACKAGE = "Flask-Script"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-flask \
|
||||
"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
inherit pypi setuptools3
|
||||
require python-flask-script.inc
|
||||
Loading…
Reference in New Issue
Block a user