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/y2014/control_loops/python/BUILD b/y2014/control_loops/python/BUILD
index 5704405..3bfba96 100644
--- a/y2014/control_loops/python/BUILD
+++ b/y2014/control_loops/python/BUILD
@@ -60,6 +60,7 @@
         "//frc971/control_loops/python:controls",
         "@pip//glog",
         "@pip//matplotlib",
+        "@pip//pygobject",
         "@pip//python_gflags",
     ],
 )
@@ -76,6 +77,7 @@
         "//frc971/control_loops/python:controls",
         "@pip//glog",
         "@pip//matplotlib",
+        "@pip//pygobject",
         "@pip//python_gflags",
     ],
 )
@@ -92,6 +94,7 @@
         "//frc971/control_loops/python:controls",
         "@pip//glog",
         "@pip//matplotlib",
+        "@pip//pygobject",
         "@pip//python_gflags",
     ],
 )