mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Replace `python3-isodate` with `python3-aniso8601` in the `python3-flask-restx` recipe to meet the updated dependency requirements for Flask-RESTx. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
404 B
BlitzBasic
14 lines
404 B
BlitzBasic
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] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613ce6fc0"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-aniso8601 \
|
|
python3-jsonschema \
|
|
python3-pytz \
|
|
"
|