Advertisement
RobertBerger

aiohttp-pydantic-2

Feb 28th, 2022
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. # Recipe created by recipetool
  2. # This is the basis of a recipe and may need further editing in order to be fully functional.
  3. # (Feel free to remove these comments when editing.)
  4.  
  5. SUMMARY = "Aiohttp View using pydantic to validate request body and query sting regarding method annotations."
  6. HOMEPAGE = "https://github.com/Maillol/aiohttp-pydantic"
  7. # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
  8. # your responsibility to verify that the values are complete and correct.
  9. LICENSE = "MIT"
  10. LIC_FILES_CHKSUM = "file://LICENSE;md5=61f2ae7e23a4f58f0dea2165dd9831ff"
  11.  
  12. SRC_URI = "git://github.com/Maillol/aiohttp-pydantic.git;protocol=https;branch=main"
  13.  
  14. # Modify these as desired
  15. PV = "1.12.1+git${SRCPV}"
  16. SRCREV = "69fb5536358bbc4ce08bdf6655de6daa502b78b9"
  17.  
  18. S = "${WORKDIR}/git"
  19.  
  20. inherit setuptools3
  21.  
  22. # WARNING: the following rdepends are determined through basic analysis of the
  23. # python sources, and might not be 100% accurate.
  24. RDEPENDS:${PN} += "python3-core python3-datetime python3-json python3-netclient python3-pytest python3-setuptools"
  25.  
  26. # WARNING: We were unable to map the following python package/module
  27. # dependencies to the bitbake packages which include them:
  28. # aiohttp
  29. # aiohttp.abc
  30. # aiohttp.hdrs
  31. # aiohttp.web
  32. # aiohttp.web_app
  33. # aiohttp.web_exceptions
  34. # aiohttp.web_request
  35. # aiohttp.web_response
  36. # invoke
  37. # jinja2
  38. # multidict
  39. # pydantic
  40. # pydantic.main
  41. # swagger_ui_bundle
  42. # yaml
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement