blob: 5e564c9cfe88c1022fd6c7c7cd2ee9be18a7cfc9 [file] [log] [blame]
James Kuszmaulc91e4402020-05-10 18:47:20 -07001py_library(
2 name = "python_jinja2",
3 srcs = glob(["src/jinja2/*.py"]),
4 imports = ["src/"],
Philipp Schrader9e1b9bd2021-12-28 00:15:12 -08005 target_compatible_with = [
6 "@//tools/platforms/python:debian_bundled_python",
7 ],
James Kuszmaulc91e4402020-05-10 18:47:20 -07008 visibility = ["//visibility:public"],
9 deps = ["@python_markupsafe"],
10)