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