Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Recipe created by recipetool
- # This is the basis of a recipe and may need further editing in order to be fully functional.
- # (Feel free to remove these comments when editing.)
- SUMMARY = "Aiohttp View using pydantic to validate request body and query sting regarding method annotations."
- HOMEPAGE = "https://github.com/Maillol/aiohttp-pydantic"
- # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
- # your responsibility to verify that the values are complete and correct.
- LICENSE = "MIT"
- LIC_FILES_CHKSUM = "file://LICENSE;md5=61f2ae7e23a4f58f0dea2165dd9831ff"
- SRC_URI = "git://github.com/Maillol/aiohttp-pydantic.git;protocol=https;branch=main"
- # Modify these as desired
- PV = "1.12.1+git${SRCPV}"
- SRCREV = "69fb5536358bbc4ce08bdf6655de6daa502b78b9"
- S = "${WORKDIR}/git"
- inherit setuptools3
- # WARNING: the following rdepends are determined through basic analysis of the
- # python sources, and might not be 100% accurate.
- RDEPENDS:${PN} += "python3-core python3-datetime python3-json python3-netclient python3-pytest python3-setuptools"
- # WARNING: We were unable to map the following python package/module
- # dependencies to the bitbake packages which include them:
- # aiohttp
- # aiohttp.abc
- # aiohttp.hdrs
- # aiohttp.web
- # aiohttp.web_app
- # aiohttp.web_exceptions
- # aiohttp.web_request
- # aiohttp.web_response
- # invoke
- # jinja2
- # multidict
- # pydantic
- # pydantic.main
- # swagger_ui_bundle
- # yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement