diff options
author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 13:37:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:23 -0800 |
commit | c4ae69707d06f3f68638a5fd50d4f0fb1b90d27b (patch) | |
tree | 103bb5e44086630718e435391fefc7ede27e870d /meta-python | |
parent | 0a09518cf20c9c70d930ec281f32e1c461735c69 (diff) | |
download | meta-openembedded-c4ae69707d06f3f68638a5fd50d4f0fb1b90d27b.tar.gz |
python3-pyproject-metadata: move to oe-core
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ | |||
1 | SUMMARY = "PEP 621 metadata parsing" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" | ||
4 | |||
5 | PYPI_PACKAGE = "pyproject-metadata" | ||
6 | |||
7 | inherit pypi python_setuptools_build_meta | ||
8 | SRC_URI[sha256sum] = "0a94f18b108b9b21f3a26a3d541f056c34edcb17dc872a144a15618fed7aef67" | ||
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||
12 | RDEPENDS:${PN} += " \ | ||
13 | python3-logging \ | ||
14 | python3-packaging \ | ||
15 | python3-profile \ | ||
16 | " | ||