blob: 5af1d594b3cc5009b48ffa230daf8dc8a557f263 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +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
Patrick Williamsde0582f2022-04-08 10:23:27 -05006SRC_URI[sha256sum] = "5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007
8inherit pypi setuptools3
9
10CLEANBROKEN = "1"
11
12RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060013 python3-simplejson \
14 python3-netclient \
15 python3-compression \
16 python3-json \
Andrew Geissler9aee5002022-03-30 16:27:02 +000017"