blob: 6b9f704a6819de06fb9bf2618ded556c6e6262fa [file] [log] [blame]
Andrew Geissler220dafd2023-10-04 10:18:08 -05001SUMMARY = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)."
2HOMEPAGE = "https://github.com/marshmallow-code/apispec"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=824d596e050c0d5e3361efb438425945"
5
6inherit pypi setuptools3
7
Patrick Williams169d7bc2024-01-05 11:33:25 -06008SRC_URI[sha256sum] = "b38e4479916d43f2b1e88ce15fc2fae93adf2e8d55cb59ec74ac66a827941483"
Andrew Geissler220dafd2023-10-04 10:18:08 -05009
10RDEPENDS:${PN} += "python3-packaging"