python3-wheel: drop; moved to oe-core

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Tim Orling 2022-02-22 11:13:49 -08:00 committed by Khem Raj
parent 3b481faaa6
commit c720dc971b
2 changed files with 0 additions and 13 deletions

View File

@ -462,7 +462,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-websockets \
python3-werkzeug \
python3-werkzeug \
python3-wheel \
python3-whoosh \
python3-wrapt \
python3-wtforms \

View File

@ -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"