summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-cerberus_1.3.2.bb11
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 2476e34deb..b8265fcc56 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -427,6 +427,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
427 python3-jsonref \ 427 python3-jsonref \
428 python3-transitions \ 428 python3-transitions \
429 python3-dill \ 429 python3-dill \
430 python3-cerberus \
430" 431"
431 432
432RDEPENDS_packagegroup-meta-python3-extended = "\ 433RDEPENDS_packagegroup-meta-python3-extended = "\
diff --git a/meta-python/recipes-devtools/python/python3-cerberus_1.3.2.bb b/meta-python/recipes-devtools/python/python3-cerberus_1.3.2.bb
new file mode 100644
index 0000000000..61a76f5f63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cerberus_1.3.2.bb
@@ -0,0 +1,11 @@
1# The PyPI package uses a capital letter so we have to specify this explicitly
2PYPI_PACKAGE = "Cerberus"
3
4inherit pypi setuptools3
5
6SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries."
7LICENSE = "ISC"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb"
9
10SRC_URI[md5sum] = "6e648b38b468617a06745d1e8a96c848"
11SRC_URI[sha256sum] = "302e6694f206dd85cb63f13fd5025b31ab6d38c99c50c6d769f8fa0b0f299589"