diff options
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 | " | ||