mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
8984b7581a
apispec is a dependency of to-be-added python-flask-smorest. Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
config BR2_PACKAGE_PYTHON_APISPEC
|
|
bool "python-apispec"
|
|
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
|
|
help
|
|
A pluggable API specification generator. Currently supports
|
|
the OpenAPI Specification (f.k.a. the Swagger
|
|
specification).
|
|
|
|
https://github.com/marshmallow-code/apispec
|