blob: f9f8853495c2dc93595f04277c26e22e5a13d24c [file] [log] [blame]
Andrew Geissler4b7c1152020-11-30 19:55:29 -06001SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries."
Andrew Geisslere34f8962021-04-15 15:53:51 -05002HOMEPAGE = "http://docs.python-cerberus.org/"
3SECTION = "devel/python"
Andrew Geissler4b7c1152020-11-30 19:55:29 -06004LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb"
6
Patrick Williams213cb262021-08-07 19:21:33 -05007RDEPENDS:${PN} += "python3-setuptools"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07008
Andrew Geisslere34f8962021-04-15 15:53:51 -05009# The PyPI package uses a capital letter so we have to specify this explicitly
10PYPI_PACKAGE = "Cerberus"
11inherit pypi setuptools3
12
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070013SRC_URI[sha256sum] = "d1b21b3954b2498d9a79edf16b3170a3ac1021df88d197dc2ce5928ba519237c"