James Kuszmaul | c91e440 | 2020-05-10 18:47:20 -0700 | [diff] [blame] | 1 | py_library( |
2 | name = "python_jinja2", | ||||
3 | srcs = glob(["src/jinja2/*.py"]), | ||||
4 | imports = ["src/"], | ||||
Philipp Schrader | 9e1b9bd | 2021-12-28 00:15:12 -0800 | [diff] [blame] | 5 | target_compatible_with = [ |
6 | "@//tools/platforms/python:debian_bundled_python", | ||||
7 | ], | ||||
James Kuszmaul | c91e440 | 2020-05-10 18:47:20 -0700 | [diff] [blame] | 8 | visibility = ["//visibility:public"], |
9 | deps = ["@python_markupsafe"], | ||||
10 | ) |