blob: 4cc39a286a74d38b3fa5fd5fa9ec870076b8a629 [file] [log] [blame]
Andrew Geissler4b7c1152020-11-30 19:55:29 -06001DESCRIPTION = "A robust and significantly extended implementation of JSONPath for Python"
2HOMEPAGE = "https://github.com/kennknowles/python-jsonpath-rw"
3SECTION = "devel/python"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;beginline=198;endline=215;md5=2866908485c18dc999b6c8dc608563ec"
Andrew Geissler4b7c1152020-11-30 19:55:29 -06006
Andrew Geissler4b7c1152020-11-30 19:55:29 -06007SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec"
8
9inherit pypi setuptools3
10
Patrick Williamsb542dec2023-06-09 01:26:37 -050011RDEPENDS:${PN} += " \
12 python3-decorator \
13 python3-logging \
14 python3-ply \
15 python3-six \
16"