From 783c08cb223ff9706d4307933fd86ca2765522d6 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 10 Aug 2024 12:42:05 -0400 Subject: switch to PEP-517 build backend Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-flask-script_2.0.6.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb') diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb index ba0f974..46cdc8e 100644 --- a/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb @@ -7,7 +7,11 @@ SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0 PYPI_PACKAGE = "Flask-Script" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-setuptools-scm-native \ +" RDEPENDS:${PN} += "\ python3-flask \ -- cgit v1.2.3-54-g00ecf