diff options
author | Samantha Jalabert <samantha.jalabert@syslinbit.com> | 2023-09-22 14:46:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-27 11:47:42 +0100 |
commit | c52f029dca85c73efd9c7659b0ac7de887fd83dc (patch) | |
tree | d6f4e3b3f3c412633db2dac6063b9333e4259b91 /meta/recipes-devtools/python | |
parent | df1384b1bd4e14fad761b7b416bbdb64c2c7fda8 (diff) | |
download | poky-c52f029dca85c73efd9c7659b0ac7de887fd83dc.tar.gz |
python3-isodate: Copy recipe from meta-python
commit: 33b910b51cea2eee57f197a2e9697dd81a9dd67b
(From OE-Core rev: ccedcb033fe562fcdd21e2baa5db7eed1427b3ea)
Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 0000000000..c65083b777 --- /dev/null +++ b/meta/recipes-devtools/python/python3-isodate_0.6.1.bb | |||
@@ -0,0 +1,14 @@ | |||
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" | ||