diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb new file mode 100644 index 0000000000..2755c7d6be --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "Adds SQLAlchemy support to your Flask application." | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "63a522cb82a75292dc8bc77b6d26187a" | ||
| 6 | SRC_URI[sha256sum] = "bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "Flask-SQLAlchemy" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" | ||
