diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb index 973bb570b8..509be463f8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb | |||
@@ -11,8 +11,8 @@ UPSTREAM_CHECK_REGEX = "/Flask-WTF/(?P<pver>(\d+[\.\-_]*)+)" | |||
11 | inherit pypi python_hatchling | 11 | inherit pypi python_hatchling |
12 | 12 | ||
13 | RDEPENDS:${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-flask \ | 14 | python3-flask \ |
15 | ${PYTHON_PN}-itsdangerous \ | 15 | python3-itsdangerous \ |
16 | ${PYTHON_PN}-json \ | 16 | python3-json \ |
17 | ${PYTHON_PN}-wtforms \ | 17 | python3-wtforms \ |
18 | " | 18 | " |