All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Ross Burton <ross.burton@arm.com>
Cc: openembedded-core@lists.openembedded.org, nd@arm.com
Subject: Re: [OE-core] [PATCH 4/4] python3-picobuild: remove
Date: Thu, 12 Jan 2023 23:51:01 -0800	[thread overview]
Message-ID: <CAMKF1soqRFWz4HNgQDLq2BPkaTt-0mb0225ddN_20b22KsTf0g@mail.gmail.com> (raw)
In-Reply-To: <20230112112336.2254765-4-ross.burton@arm.com>

I think meta-python has
meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
which needs some TLC after this.

There is another failure with opengl-es-cts

| ModuleNotFoundError: No module named 'build.common'

See https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2348/steps/14/logs/stdio

On Thu, Jan 12, 2023 at 3:23 AM Ross Burton <ross.burton@arm.com> wrote:
>
> We've moved to using python3-build, so this can be removed.
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  meta/conf/distro/include/maintainers.inc      |  1 -
>  .../python/python3-picobuild_0.2.bb           | 23 -------------------
>  2 files changed, 24 deletions(-)
>  delete mode 100644 meta/recipes-devtools/python/python3-picobuild_0.2.bb
>
> diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
> index 7254c749c51..fbcb025c954 100644
> --- a/meta/conf/distro/include/maintainers.inc
> +++ b/meta/conf/distro/include/maintainers.inc
> @@ -647,7 +647,6 @@ RECIPE_MAINTAINER:pn-python3-packaging = "Tim Orling <tim.orling@konsulko.com>"
>  RECIPE_MAINTAINER:pn-python3-pathlib2 = "Tim Orling <tim.orling@konsulko.com>"
>  RECIPE_MAINTAINER:pn-python3-pathspec = "Ross Burton <ross.burton@arm.com>"
>  RECIPE_MAINTAINER:pn-python3-pbr = "Zang Ruochen <zangrc.fnst@fujitsu.com>"
> -RECIPE_MAINTAINER:pn-python3-picobuild = "Ross Burton <ross.burton@arm.com>"
>  RECIPE_MAINTAINER:pn-python3-pip = "Zang Ruochen <zangrc.fnst@fujitsu.com>"
>  RECIPE_MAINTAINER:pn-python3-pluggy = "Tim Orling <tim.orling@konsulko.com>"
>  RECIPE_MAINTAINER:pn-python3-ply = "Tim Orling <tim.orling@konsulko.com>"
> diff --git a/meta/recipes-devtools/python/python3-picobuild_0.2.bb b/meta/recipes-devtools/python/python3-picobuild_0.2.bb
> deleted file mode 100644
> index 99e4cb87618..00000000000
> --- a/meta/recipes-devtools/python/python3-picobuild_0.2.bb
> +++ /dev/null
> @@ -1,23 +0,0 @@
> -SUMMARY = "Library and tool for installing Python wheels"
> -HOMEPAGE = "https://gitlab.com/rossburton/picobuild"
> -LICENSE = "MIT & ( Apache-2.0 | BSD-2-Clause)"
> -
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=6c811a9fbdf5641ff0b0d43fbbb440e5 \
> -                    file://picobuild/vendored/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
> -                    file://picobuild/vendored/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
> -                    file://picobuild/vendored/pep517/LICENSE;md5=aad69c93f605003e3342b174d9b0708c \
> -                    file://picobuild/vendored/pyparsing/LICENSE;md5=657a566233888513e1f07ba13e2f47f1 \
> -                    file://picobuild/vendored/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
> -                    "
> -
> -SRC_URI = "git://gitlab.com/rossburton/picobuild.git;protocol=https;branch=main"
> -SRCREV = "ed3b16ce48d91df181e5f5d77b9bbc2577b3fd9d"
> -PV .= "+git${SRCPV}"
> -
> -S = "${WORKDIR}/git"
> -
> -inherit python_flit_core
> -
> -DEPENDS:remove:class-native = "python3-picobuild-native"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#175794): https://lists.openembedded.org/g/openembedded-core/message/175794
> Mute This Topic: https://lists.openembedded.org/mt/96220394/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


  reply	other threads:[~2023-01-13  7:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-12 11:23 [PATCH 1/4] python3-pyproject-hooks: add new recipe Ross Burton
2023-01-12 11:23 ` [PATCH 2/4] python3-build: add 0.10.0 Ross Burton
2023-01-12 11:23 ` [PATCH 3/4] python_pep517: use python3-build, not picobuild Ross Burton
2023-01-12 11:23 ` [PATCH 4/4] python3-picobuild: remove Ross Burton
2023-01-13  7:51   ` Khem Raj [this message]
2023-01-13 10:36     ` [OE-core] " Ross Burton
2023-01-13 12:30       ` Ross Burton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMKF1soqRFWz4HNgQDLq2BPkaTt-0mb0225ddN_20b22KsTf0g@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=nd@arm.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.