diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:17:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:05 -0700 |
| commit | ffc1e95ca3aa12a4767ade6b95548c2978749a36 (patch) | |
| tree | b49e58602f3eb9e7766a44bb364d9fc7347179f2 | |
| parent | 96a6c0eb40670c2c34467b72616bb573ef0fe65d (diff) | |
| download | meta-openembedded-ffc1e95ca3aa12a4767ade6b95548c2978749a36.tar.gz | |
python3-flask-sqlalchemy: use correct Python build backend class
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb index 9f3db38959..a3fd62228a 100644 --- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb | |||
| @@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa3 | |||
| 7 | PYPI_PACKAGE = "flask_sqlalchemy" | 7 | PYPI_PACKAGE = "flask_sqlalchemy" |
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 9 | 9 | ||
| 10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_flit_core |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} = "python3-sqlalchemy python3-flask" | 12 | RDEPENDS:${PN} = "python3-sqlalchemy python3-flask" |
