blob: 13c04568ffbc297f5e01277c670bf4775d4defb8 [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
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007SRC_URI[md5sum] = "6e2f1bd5fb0a926facf5d89d217a7183"
8SRC_URI[sha256sum] = "01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009
10inherit pypi
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-re \
14 ${PYTHON_PN}-io \
15 ${PYTHON_PN}-netserver \
16 ${PYTHON_PN}-numbers \
17"