diff options
author | Samantha Jalabert <samantha.jalabert@syslinbit.com> | 2023-09-25 11:41:42 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:48 -0700 |
commit | a403cb874b663b13ee3fb8096a8e6f7e616241be (patch) | |
tree | dad9534e629a1607cc05e2f59b1427afa9785d37 /meta-python/recipes-devtools | |
parent | 6a33d518bfa1b17e83ea1e63c659aab1b2530179 (diff) | |
download | meta-openembedded-a403cb874b663b13ee3fb8096a8e6f7e616241be.tar.gz |
Remove python3-isodate
python3-isodate recipe is moved to openembedded-core.
Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 41d6c0f7fc59569e3c3e1d501d5f6d735227721f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb deleted file mode 100644 index c65083b777..0000000000 --- a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "ISO 8601 date/time parser" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" | ||
4 | |||
5 | SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9" | ||
6 | |||
7 | inherit pypi setuptools3 | ||
8 | |||
9 | RDEPENDS:${PN} += " \ | ||
10 | python3-numbers \ | ||
11 | python3-six \ | ||
12 | " | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||