diff options
| author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-11-26 18:31:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 00:07:30 +0000 |
| commit | a0ce6ada45e842d3872625112ff9fa57aa093e55 (patch) | |
| tree | 728bcbd98515072b02a1b67e7680dfe9977b16b0 /meta/recipes-devtools/python | |
| parent | b0f1780cf1ee622adde6aeca369defff998e0985 (diff) | |
| download | poky-a0ce6ada45e842d3872625112ff9fa57aa093e55.tar.gz | |
python3-isodate: move to meta-python
python3-rdflib was the last consumer of this recipe in oe-core.
(From OE-Core rev: 72cc499429b0869385223ba21fe03849c6145b89)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.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-isodate_0.6.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta/recipes-devtools/python/python3-isodate_0.6.1.bb deleted file mode 100644 index 293fb08277..0000000000 --- a/meta/recipes-devtools/python/python3-isodate_0.6.1.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "ISO 8601 date/time parser" | ||
| 2 | HOMEPAGE = "https://github.com/gweis/isodate/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-numbers \ | ||
| 13 | python3-six \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
