diff options
author | Tim Orling <ticotimo@gmail.com> | 2020-11-28 11:46:46 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-29 22:02:15 -0800 |
commit | c5c059b22bf5d89285c3891d258044e7d45645c6 (patch) | |
tree | 7f4dec1e93b9fe0381218c648812b49bd1a5bc96 /meta-python | |
parent | c0b40b6ad7f35157b9c132f3cdae2b77cad398a2 (diff) | |
download | meta-openembedded-c5c059b22bf5d89285c3891d258044e7d45645c6.tar.gz |
python3-toml: drop (moved to oe-core)
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-toml_0.10.2.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb b/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb deleted file mode 100644 index b46eba6fd1..0000000000 --- a/meta-python/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 | ${PYTHON_PN}-misc \ | ||
15 | " | ||