mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-15 02:30:50 +00:00
python-wtforms: update to version 2.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
53f8a49fc5
commit
8f85bf0057
13
meta-python/recipes-devtools/python/python-wtforms_2.1.bb
Normal file
13
meta-python/recipes-devtools/python/python-wtforms_2.1.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
DESCRIPTION = "A flexible forms validation and rendering library for python web development."
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c459accc90c6ed6a94878c8fe0535be2"
|
||||
|
||||
SRC_URI[md5sum] = "6938a541fafd1a1ae2f6b9b88588eef2"
|
||||
SRC_URI[sha256sum] = "ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc11d46f"
|
||||
|
||||
PYPI_PACKAGE = "WTForms"
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
inherit pypi setuptools
|
||||
Reference in New Issue
Block a user