summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python-flask-script.inc12
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb2
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 @@
1DESCRIPTION = "Scripting support for flask"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e686048adb69341fc8a08caeda528b41"
4
5SRC_URI[md5sum] = "3fbd91fe13cebedfb2431331f6eabb68"
6SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65"
7
8PYPI_PACKAGE = "Flask-Script"
9
10RDEPENDS:${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 @@
1inherit pypi setuptools3
2require python-flask-script.inc