Files
rpi-buildroot/package/python-flask-restx/Config.in
Daniel Crowe 2ecb2d2847 package/python-flask-restx: bump version to 1.3.2
For release notes, see [1].

This commit removes the runtime dependency to pytz, as it was replace
with the python standard zoneinfo. See [2]. It also adds the python
referencing runtime dependency. See [3].

[1] https://github.com/python-restx/flask-restx/releases/tag/1.3.2
[2] dbd6f0dc34
[3] 0f4f534981

Signed-off-by: Daniel Crowe <daniel.crowe@maxmine.com.au>
[Julien: add details in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-05 19:38:15 +02:00

13 lines
441 B
Plaintext

config BR2_PACKAGE_PYTHON_FLASK_RESTX
bool "python-flask-restx"
select BR2_PACKAGE_PYTHON_ANISO8601 # runtime
select BR2_PACKAGE_PYTHON_FLASK # runtime
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
select BR2_PACKAGE_PYTHON_REFERENCING # runtime
select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
help
Fully featured framework for fast, easy and documented API
development with Flask.
https://github.com/python-restx/flask-restx