diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:57 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 25bb720fe8129db6e75003a84744bbece701d247 (patch) | |
tree | d4e8637cf1a479408554a5b1aaa942496614f059 /meta-python | |
parent | 785fd8d117c25db699ac35ec6fa79ad3cd6ef0d1 (diff) | |
download | meta-openembedded-25bb720fe8129db6e75003a84744bbece701d247.tar.gz |
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>
Diffstat (limited to 'meta-python')
3 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 982e41303c..b23d24c6d4 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -137,7 +137,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
137 | python3-flask-nav \ | 137 | python3-flask-nav \ |
138 | python3-flask-pymongo \ | 138 | python3-flask-pymongo \ |
139 | python3-flask-restful \ | 139 | python3-flask-restful \ |
140 | python3-flask-script \ | ||
141 | python3-flask-sijax \ | 140 | python3-flask-sijax \ |
142 | python3-flask-socketio \ | 141 | python3-flask-socketio \ |
143 | python3-flask-sqlalchemy \ | 142 | python3-flask-sqlalchemy \ |
diff --git a/meta-python/recipes-devtools/python/python-flask-script.inc b/meta-python/recipes-devtools/python/python-flask-script.inc deleted file mode 100644 index 3a7adb32ca..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-script.inc +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | DESCRIPTION = "Scripting support for flask" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e686048adb69341fc8a08caeda528b41" | ||
4 | |||
5 | SRC_URI[md5sum] = "3fbd91fe13cebedfb2431331f6eabb68" | ||
6 | SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65" | ||
7 | |||
8 | PYPI_PACKAGE = "Flask-Script" | ||
9 | |||
10 | RDEPENDS:${PN} += "\ | ||
11 | ${PYTHON_PN}-flask \ | ||
12 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb b/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb deleted file mode 100644 index 9f885191be..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-flask-script.inc | ||