1config BR2_PACKAGE_PYTHON_APISPEC
2	bool "python-apispec"
3	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
4	help
5	  A pluggable API specification generator. Currently supports
6	  the OpenAPI Specification (f.k.a. the Swagger
7	  specification).
8
9	  https://github.com/marshmallow-code/apispec
10