diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-02-13 18:10:01 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-13 23:51:29 -0800 |
| commit | 5932a23a9c166aaeca7cdc152a2a730d61cedd37 (patch) | |
| tree | 815301b60e47a44de065d084dc2f66184b8526ac /meta-python/recipes-devtools/python/python3-schema_0.7.8.bb | |
| parent | 4eb5f29f9237d26c2d451397d00c82eceb98502e (diff) | |
| download | meta-openembedded-5932a23a9c166aaeca7cdc152a2a730d61cedd37.tar.gz | |
python3-schema: Add new recipe
Add this new recipe for runtime dependence of hotdoc.
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-schema_0.7.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-schema_0.7.8.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-schema_0.7.8.bb b/meta-python/recipes-devtools/python/python3-schema_0.7.8.bb new file mode 100644 index 0000000000..b27b890374 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-schema_0.7.8.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "A library for validating Python data structures" | ||
| 2 | HOMEPAGE = "https://github.com/keleshev/schema" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=7e70914c99a6ec706baa9fad5e0502df" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e86cc08edd6fe6e2522648f4e47e3a31920a76e82cce8937535422e310862ab5" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
