diff options
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 \ |