[meta-python] python3-wheel: drop; moved to oe-core

Message ID 20220222184920.2310391-1-tim.orling@konsulko.com
State New
Headers show
Series [meta-python] python3-wheel: drop; moved to oe-core | expand

Commit Message

Tim Orling Feb. 22, 2022, 6:49 p.m. UTC
Because of layer priority, this recipe must be dropped before a build
with the new PEP-517 packaging can proceed due to dependency loops.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../recipes-devtools/python/python3-wheel_0.37.1.bb  | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb

Comments

Ross Burton Feb. 24, 2022, 7:32 p.m. UTC | #1
Can we have the discussion about moving meta-oe's priority so that it
matches oe-core and we don't have to deal with this sort of madness
again?

Ross

On Tue, 22 Feb 2022 at 18:49, Tim Orling <ticotimo@gmail.com> wrote:
>
> Because of layer priority, this recipe must be dropped before a build
> with the new PEP-517 packaging can proceed due to dependency loops.
>
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  .../recipes-devtools/python/python3-wheel_0.37.1.bb  | 12 ------------
>  1 file changed, 12 deletions(-)
>  delete mode 100644 meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb b/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb
> deleted file mode 100644
> index 6c7a31db9e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -SUMMARY = "The official binary distribution format for Python "
> -HOMEPAGE = "https://github.com/pypa/wheel"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=8227180126797a0148f94f483f3e1489"
> -
> -SRC_URI[sha256sum] = "e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4"
> -
> -inherit pypi setuptools3
> -
> -BBCLASSEXTEND = "native"
> -
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#95449): https://lists.openembedded.org/g/openembedded-devel/message/95449
> Mute This Topic: https://lists.openembedded.org/mt/89323966/1676615
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ross@burtonini.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb b/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb
deleted file mode 100644
index 6c7a31db9e..0000000000
--- a/meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@ 
-SUMMARY = "The official binary distribution format for Python "
-HOMEPAGE = "https://github.com/pypa/wheel"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=8227180126797a0148f94f483f3e1489"
-
-SRC_URI[sha256sum] = "e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native"
-