diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-08-06 17:37:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-07 15:47:15 +0100 |
| commit | 64f5e2c808ab8438944a5e73def2adf48f39d7bc (patch) | |
| tree | fd0864f030acd36bf9a5f4115a36f3c2f5c9030b /meta/recipes-devtools/python | |
| parent | 9a0329ec5bca46b75212ea819819554423fa1c19 (diff) | |
| download | poky-64f5e2c808ab8438944a5e73def2adf48f39d7bc.tar.gz | |
python3-toml: remove recipe (moved to meta-python)
There are no potential users of this recipe now that importlib_metadata
has been removed, and importlib_metadata used tomllib anyway.
(From OE-Core rev: 865e731392e1581b081e21287ebdae0b0f483aca)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-toml_0.10.2.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python3-toml_0.10.2.bb b/meta/recipes-devtools/python/python3-toml_0.10.2.bb deleted file mode 100644 index 649464b961..0000000000 --- a/meta/recipes-devtools/python/python3-toml_0.10.2.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "Python Library for Tom's Obvious, Minimal Language" | ||
| 2 | HOMEPAGE = "https://github.com/uiri/toml" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=16c77b2b1050d2f03cb9c2ed0edaf4f0" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-misc \ | ||
| 15 | " | ||
