From 9ca31fdd534a009e801b9351edea6c21660bdc57 Mon Sep 17 00:00:00 2001 From: Arthur Oliveira Date: Wed, 8 Nov 2023 15:02:06 -0300 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb index cff797139a..573c2dbff3 100644 --- a/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613 inherit pypi setuptools3 RDEPENDS:${PN} += " \ - python3-isodate \ + python3-aniso8601 \ python3-jsonschema \ python3-pytz \ " -- cgit v1.2.3-54-g00ecf