summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-24 09:46:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-26 17:01:08 +0000
commitab761b4a9ba3deed90421a1f9a275c3cc651a07e (patch)
tree024cf4f0d82edab4edbfd088b400bab95882f136
parentfafdad5a61120a322efe1c284ce4c297e3b60425 (diff)
downloadpoky-ab761b4a9ba3deed90421a1f9a275c3cc651a07e.tar.gz
python: import strict-rfc3339 from meta-python
strict-rfc3339 is a dependency of jsonschema, which is being imported to support kernel device tree valiation. (From OE-Core rev: 1f00aad201b207e991d7679fbf45e7a308f48dd0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
new file mode 100644
index 0000000000..52ae9ebe9a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Strict, simple, lightweight RFC3339 function.s"
2LICENSE = "GPLv3"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc"
6SRC_URI[sha256sum] = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277"
7
8inherit pypi setuptools3
9
10BBCLASSEXTEND = "native nativesdk"