blob: af6cf56ac316d2eeb13a260ba00e0d15e46360ee [file] [log] [blame]
py_library(
name = "python_markupsafe",
srcs = glob(["src/markupsafe/*.py"]),
imports = ["src/"],
target_compatible_with = [
"@//tools/platforms/python:debian_bundled_python",
],
visibility = ["//visibility:public"],
)