Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Appling JSON patches in Python 2.6+ and 3.x" |
| 2 | HOMEPAGE = "https://github.com/stefankoegl/python-json-patch" |
| 3 | LICENSE = "BSD-3-Clause" |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4f81c84f9a053e31fe9402a2a4e78864" |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 5 | |
| 6 | inherit pypi setuptools3 |
| 7 | |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c" |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 9 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 10 | RDEPENDS:${PN} += " \ |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 11 | ${PYTHON_PN}-json \ |
| 12 | ${PYTHON_PN}-jsonpointer \ |
| 13 | ${PYTHON_PN}-netclient \ |
| 14 | ${PYTHON_PN}-stringold \ |
| 15 | " |