mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
python3-flask-restx: Switch dependency from isodate to aniso8601
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>
This commit is contained in:
committed by
Khem Raj
parent
2b401c24ac
commit
9ca31fdd53
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
python3-isodate \
|
python3-aniso8601 \
|
||||||
python3-jsonschema \
|
python3-jsonschema \
|
||||||
python3-pytz \
|
python3-pytz \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user