diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb new file mode 100644 index 0000000000..84b2a9e279 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Simple integration of Flask and WTForms." | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "ff177185f891302dc253437fe63081e7a46a4e99aca61dfe086fb23e54fff2dc" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Flask-WTF" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = "\ | ||
| 12 | ${PYTHON_PN}-flask \ | ||
| 13 | ${PYTHON_PN}-itsdangerous \ | ||
| 14 | ${PYTHON_PN}-json \ | ||
| 15 | ${PYTHON_PN}-wtforms \ | ||
| 16 | " | ||
