diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-08-10 12:42:05 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-10 12:42:05 -0400 |
commit | 783c08cb223ff9706d4307933fd86ca2765522d6 (patch) | |
tree | eb43c02e82ffaca748cbc2ecbc5f134eb66203aa /dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb | |
parent | 97789e4fad70f8073d8a5602180f8db40baf516d (diff) | |
download | meta-security-783c08cb223ff9706d4307933fd86ca2765522d6.tar.gz |
switch to PEP-517 build backend
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-Script" | 8 | PYPI_PACKAGE = "Flask-Script" |
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi python_setuptools_build_meta |
11 | |||
12 | DEPENDS += " \ | ||
13 | python3-setuptools-scm-native \ | ||
14 | " | ||
11 | 15 | ||
12 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
13 | python3-flask \ | 17 | python3-flask \ |