diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb index 1459538ea8..b3ba14ff7f 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb @@ -13,12 +13,12 @@ UPSTREAM_CHECK_REGEX = "/WTForms/(?P<pver>(\d+[\.\-_]*)+)" inherit pypi python_hatchling DEPENDS += "\ - ${PYTHON_PN}-pip-native \ - ${PYTHON_PN}-babel-native \ + python3-pip-native \ + python3-babel-native \ " RDEPENDS:${PN} += "\ - ${PYTHON_PN}-netserver \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-markupsafe \ + python3-netserver \ + python3-numbers \ + python3-markupsafe \ " |
