aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb
blob: e5790f478c15a44b96ffd76282800b1e402d6758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "XML bomb protection for Python stdlib modules"
DESCRIPTION = "Python package with modified subclasses of all stdlib XML \
parsers that prevent any potentially malicious operation."

LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e"

SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"

inherit pypi setuptools3

BBCLASSEXTEND = "native"