blob: 9d3fe9fb18327407871fe99f4672417ae5827f59 [file] [log] [blame]
python_library {
name: "py-markupsafe",
host_supported: true,
srcs: [
"src/markupsafe/__init__.py",
"src/markupsafe/_native.py",
],
version: {
py2: {
enabled: true,
},
py3: {
enabled: true,
},
},
}