Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
30e45ffdb4e35e68a58d56c3bbd5c16aa3cf80d1
/
.
/
debian
/
python_jinja2.BUILD
blob: 1adab6a119042c7e9a9a5087f0fcba0555399757 [
file
] [
log
] [
blame
]
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/"
],
5
visibility
=
[
"//visibility:public"
],
6
deps
=
[
"@python_markupsafe"
],
7
)