mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fafdad5a61
commit
ab761b4a9b
10
meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
Normal file
10
meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Strict, simple, lightweight RFC3339 function.s"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
||||
|
||||
SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc"
|
||||
SRC_URI[sha256sum] = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user