diff mbox series

[meta-python,2/2] python3-flask-restx: Switch dependency from isodate to aniso8601

Message ID 20231108180206.3263886-3-arthur.oliveira@ossystems.com.br
State Under Review
Headers show
Series The meta-python layer has been updated with two significant changes: | expand

Commit Message

arthur.oliveira@ossystems.com.br Nov. 8, 2023, 6:02 p.m. UTC
From: Arthur Oliveira <arthur.oliveira@ossystems.com.br>

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>
---
 .../recipes-devtools/python/python3-flask-restx_1.2.0.bb        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 cff797139..573c2dbff 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 \
 "