diff options
| author | Arthur Oliveira <arthur.oliveira@ossystems.com.br> | 2023-11-08 15:02:06 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-08 22:51:28 -0800 |
| commit | 9ca31fdd534a009e801b9351edea6c21660bdc57 (patch) | |
| tree | 50015fa8985bfd8e60d0ec56ea945f57d902c211 /meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb | |
| parent | 2b401c24acf5339e9a2d7d9012faa9e621577640 (diff) | |
| download | meta-openembedded-9ca31fdd534a009e801b9351edea6c21660bdc57.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
| 8 | 8 | ||
| 9 | RDEPENDS:${PN} += " \ | 9 | RDEPENDS:${PN} += " \ |
| 10 | python3-isodate \ | 10 | python3-aniso8601 \ |
| 11 | python3-jsonschema \ | 11 | python3-jsonschema \ |
| 12 | python3-pytz \ | 12 | python3-pytz \ |
| 13 | " | 13 | " |
