blob: 95934c6e42f9804556fb36a7ff2f1b050c2b129f [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
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07007RDEPENDS_${PN} += "python3-setuptools"
8
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"