From: Ben Gampe <bga...@digi.com> Add recipe for python3-fastapi: high performance, easy to learn, fast to code, ready for production
Signed-off-by: Ben Gampe <bga...@digi.com> --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-fastapi_0.63.0.bb | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index c0132abaa..e9616a4a0 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -114,6 +114,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ python3-et-xmlfile \ python3-evdev \ python3-fann2 \ + python3-fastapi \ python3-fasteners \ python3-fastnumbers \ python3-feedformatter \ diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb new file mode 100644 index 000000000..9644b2741 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" +HOMEPAGE = "https://fastapi.tiangolo.com/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810" + +RDEPENDS_${PN} += "\ + python3-pydantic \ + python3-starlette \ +" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "63c4592f5ef3edf30afa9a44fa7c6b7ccb20e0d3f68cd9eba07b44d552058dcb" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90431): https://lists.openembedded.org/g/openembedded-devel/message/90431 Mute This Topic: https://lists.openembedded.org/mt/81689056/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-