Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d02ae8049cd076acf0341111e01ad7baa22125ce
/
.
/
debian
/
python_jinja2.BUILD
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"
],
)