diff mbox series

[meta-python] python3-pyproject-metadata: move to oe-core

Message ID 20240219213724.2056915-1-tim.orling@konsulko.com
State Accepted
Headers show
Series [meta-python] python3-pyproject-metadata: move to oe-core | expand

Commit Message

Tim Orling Feb. 19, 2024, 9:37 p.m. UTC
This is a dependency for python3-meson-python.

This was missed in the earlier round of moving to oe-core.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../python/python3-pyproject-metadata_0.7.1.bb   | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb b/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb
deleted file mode 100644
index 9887af78d0..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@ 
-SUMMARY = "PEP 621 metadata parsing"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
-
-PYPI_PACKAGE = "pyproject-metadata"
-
-inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "0a94f18b108b9b21f3a26a3d541f056c34edcb17dc872a144a15618fed7aef67"
-
-BBCLASSEXTEND = "native nativesdk"
-
-RDEPENDS:${PN} += " \
-    python3-logging \
-    python3-packaging \
-    python3-profile \
-"