diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
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 index 6a9e464404..b63be82038 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" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c" | 7 | SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886" |
8 | SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c" | ||
9 | 8 | ||
10 | PYPI_PACKAGE = "WTForms" | 9 | PYPI_PACKAGE = "WTForms" |
11 | 10 | ||
12 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
13 | 12 | ||
13 | DEPENDS += "\ | ||
14 | ${PYTHON_PN}-pip-native \ | ||
15 | " | ||
16 | |||
14 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-netserver \ | 18 | ${PYTHON_PN}-netserver \ |
16 | ${PYTHON_PN}-numbers \ | 19 | ${PYTHON_PN}-numbers \ |