blob: 30d23c656966e34d6278336f4f92fa7c3537a880 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "Various helpers to pass trusted data to untrusted environments and back."
2HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4cda9a0ebd516714f360b0e9418cfb37"
5
6SRC_URI[sha256sum] = "d848fcb8bc7d507c4546b448574e8a44fc4ea2ba84ebf8d783290d53e81992f5"
7
8inherit pypi setuptools3
9
10CLEANBROKEN = "1"
11
12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-simplejson \
14 ${PYTHON_PN}-netclient \
15 ${PYTHON_PN}-compression \
16 ${PYTHON_PN}-json \
17"