blob: 868686bfec01dd9555866e6af40d9a5db46c9447 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "A flexible forms validation and rendering library for python web development."
2HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
3SECTION = "devel/python"
4LICENSE = "BSD"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c4660c132770d5d0a5757541f6b79493"
Brad Bishop316dfdd2018-06-25 12:45:53 -04006
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a"
8SRC_URI[sha256sum] = "0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61"
Brad Bishop316dfdd2018-06-25 12:45:53 -04009
10PYPI_PACKAGE = "WTForms"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-netserver \
14 ${PYTHON_PN}-numbers \
15 "