commit | 6647cb20b44545a86204fac4c0563e79399b774e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Tue Feb 21 12:35:25 2023 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Feb 21 12:59:30 2023 -0800 |
tree | f1895289d60bb05f49a6cbd16e677cafe7c85fb3 | |
parent | cf5f6149377e80d8843aba191416775f9f2535e9 [diff] [blame] |
Make matplotlib targets depend on gtk Otherwise matplotlib complains it has no graphical backend and won't pop up a plot. Change-Id: I73b024c957ea87d1f440f1b73f0806440655c0fd Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2020/control_loops/python/BUILD b/y2020/control_loops/python/BUILD index 8a1f737..3833536 100644 --- a/y2020/control_loops/python/BUILD +++ b/y2020/control_loops/python/BUILD
@@ -122,6 +122,7 @@ deps = [ "//frc971/control_loops/python:controls", "@pip//matplotlib", + "@pip//pygobject", ], )