blob: 8f64c2ab522dc689433b74222652006bed45b3b8 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Appling JSON patches in Python 2.6+ and 3.x"
2HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
5
6inherit pypi
7
Brad Bishop26bdd442019-08-16 17:08:17 -04008SRC_URI[md5sum] = "e86503f05fa192fa870d7004b8ce929a"
9SRC_URI[sha256sum] = "cbb72f8bf35260628aea6b508a107245f757d1ec839a19c34349985e2c05645a"
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
11RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-stringold"
12