Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask" |
2 | LICENSE = "BSD-3-Clause" | ||||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2" | ||||
4 | |||||
5 | SRC_URI[sha256sum] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613ce6fc0" | ||||
6 | |||||
7 | inherit pypi setuptools3 | ||||
8 | |||||
9 | RDEPENDS:${PN} += " \ | ||||
10 | python3-aniso8601 \ | ||||
11 | python3-jsonschema \ | ||||
12 | python3-pytz \ | ||||
13 | " |