Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 1 | SUMMARY = "Config file reading, writing and validation." |
| 2 | SECTION = "devel/python" |
| 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3d6f99b84d9a94610c62e48fa2e59e72" |
| 5 | |
| 6 | PYPI_PACKAGE = "configobj" |
| 7 | SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97" |
| 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 11 | RDEPENDS:${PN} += " \ |
| 12 | python3-pprint \ |
| 13 | python3-six \ |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 14 | " |