seeing these errors

ERROR: Nothing RPROVIDES 'python3-typing' (but
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb,
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_1.7.3.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-typing' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-typing']
NOTE: Runtime target 'python3-uvicorn-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-uvicorn-dev',
'python3-typing']
ERROR: Nothing RPROVIDES 'python3-uvicorn' (but
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-uvicorn'
NOTE: Runtime target 'python3-uvicorn' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-uvicorn']
ERROR: Nothing RPROVIDES 'python3-pydantic' (but
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_1.7.3.bb,
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-pydantic'
NOTE: Runtime target 'python3-pydantic' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pydantic']
ERROR: Nothing RPROVIDES 'python3-pydantic-dev' (but
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_1.7.3.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-pydantic-dev'
NOTE: Runtime target 'python3-pydantic-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pydantic-dev']
ERROR: Nothing RPROVIDES 'python3-fastapi-dev' (but
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-fastapi-dev'
NOTE: Runtime target 'python3-fastapi-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-fastapi-dev']
ERROR: Nothing RPROVIDES 'python3-fastapi' (but
/home/jenkins/oe/world/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-fastapi'
NOTE: Runtime target 'python3-fastapi' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-fastapi'

On Sun, Mar 28, 2021 at 9:07 PM Ben Gampe via lists.openembedded.org
<[email protected]> wrote:
>
> From: Ben Gampe <[email protected]>
>
> Add recipe for python3-uvicorn: a lightning-fast ASGI server
>
> Signed-off-by: Ben Gampe <[email protected]>
> ---
>  .../packagegroups/packagegroup-meta-python.bb   |  1 +
>  .../python/python3-uvicorn_0.13.4.bb            | 17 +++++++++++++++++
>  2 files changed, 18 insertions(+)
>  create mode 100644 
> meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb
>
> diff --git 
> a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb 
> b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> index bf270df46..45f93b6dd 100644
> --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> @@ -427,6 +427,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
>      python3-unidiff \
>      python3-uritemplate \
>      python3-urllib3 \
> +    python3-uvicorn \
>      python3-uvloop \
>      python3-vcversioner \
>      python3-versiontools \
> diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb 
> b/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb
> new file mode 100644
> index 000000000..e04dac0a1
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb
> @@ -0,0 +1,17 @@
> +SUMMARY = "The lightning-fast ASGI server"
> +HOMEPAGE = "https://www.uvicorn.org/";
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=206119e27d6b034e7ce70d73063c82a8"
> +RDEPENDS_${PN} = "\
> +    python3-click \
> +    python3-h11 \
> +    python3-httptools \
> +    python3-typing \
> +    python3-uvloop \
> +    python3-websockets \
> +    python3-wsproto \
> +"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = 
> "3292251b3c7978e8e4a7868f4baf7f7f7bb7e40c759ecc125c37e99cdea34202"
> --
> 2.25.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90435): 
https://lists.openembedded.org/g/openembedded-devel/message/90435
Mute This Topic: https://lists.openembedded.org/mt/81689043/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to