mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
python3-wtforms: update to 3.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
committed by
Khem Raj
parent
a380b74d98
commit
f0ee69cefd
+5
-2
@@ -4,13 +4,16 @@ SECTION = "devel/python"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c"
|
SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886"
|
||||||
SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c"
|
|
||||||
|
|
||||||
PYPI_PACKAGE = "WTForms"
|
PYPI_PACKAGE = "WTForms"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
DEPENDS += "\
|
||||||
|
${PYTHON_PN}-pip-native \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "\
|
RDEPENDS:${PN} += "\
|
||||||
${PYTHON_PN}-netserver \
|
${PYTHON_PN}-netserver \
|
||||||
${PYTHON_PN}-numbers \
|
${PYTHON_PN}-numbers \
|
||||||
Reference in New Issue
Block a user