[meta-python] python3-wtforms: update to 3.0.0

Message ID 20211211190729.2552895-1-open.source@oleksandr-kravchuk.com
State New
Headers show
Series [meta-python] python3-wtforms: update to 3.0.0 | expand

Commit Message

Oleksandr Kravchuk Dec. 11, 2021, 7:07 p.m. UTC
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../{python3-wtforms_2.3.3.bb => python3-wtforms_3.0.0.bb} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wtforms_2.3.3.bb => python3-wtforms_3.0.0.bb} (75%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
rename to meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
index 6a9e46440..b63be8203 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
@@ -4,13 +4,16 @@  SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
 
-SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c"
-SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c"
+SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886"
 
 PYPI_PACKAGE = "WTForms"
 
 inherit pypi setuptools3
 
+DEPENDS += "\
+    ${PYTHON_PN}-pip-native \
+    "
+
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-netserver \
     ${PYTHON_PN}-numbers \