blob: 87353a50a63a1571fb3e9d9fe0b423f0d291472f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2"
SRC_URI[sha256sum] = "0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-aniso8601 \
python3-jsonschema \
python3-pytz \
"
|