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/recipes-devtools/python/python-flask-script.inc | |
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/recipes-devtools/python/python-flask-script.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-script.inc | 12 |
1 files changed, 0 insertions, 12 deletions
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 | " | ||