summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-08-27 17:55:03 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-31 08:27:28 -0700
commitd90087c2b985df33cf495b028be2f4e2c806f130 (patch)
tree17b6bf9ac24666d99d1be29ec6e13ea78a269df6 /meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc
parent0118db5ab6b119de109be9baaaaa9d58db059d59 (diff)
downloadmeta-openembedded-d90087c2b985df33cf495b028be2f4e2c806f130.tar.gz
python3-flask-sqlalchemy: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc
deleted file mode 100644
index 86ba9dda56..0000000000
--- a/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "Adds SQLAlchemy support to your Flask application."
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
4
5SRC_URI[md5sum] = "1f5781cf3e1a2b1aabda47a5b20d2073"
6SRC_URI[sha256sum] = "6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d"
7
8PYPI_PACKAGE = "Flask-SQLAlchemy"
9
10RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask"