blob: 2eed199655e9558efa356c1e4ba617cbc72329ab [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python"
2HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
6
7SRC_URI[md5sum] = "426a9631d22851a7a970b1a677368b15"
8SRC_URI[sha256sum] = "953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2"
9
10inherit pypi
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-re \
14 ${PYTHON_PN}-io \
15 ${PYTHON_PN}-netserver \
16 ${PYTHON_PN}-numbers \
17"