meta-openembedded/meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb
Derek Straka 2bff602563 python-jsonpointer: update to version 1.12
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-22 22:50:41 +00:00

12 lines
407 B
BlitzBasic

SUMMARY = "Resolve JSON Pointers in Python"
HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
inherit pypi setuptools
SRC_URI[md5sum] = "eaaad79e983d58ecbee5b4a326723777"
SRC_URI[sha256sum] = "819b6dd4fd0a18ac219e02a0117f24b2d31296b0c475c33862cfa9a1616d62c3"
RDEPENDS_${PN} += "python-re python-json"