Make matplotlib bring it's own numpy
In the spline UI, it was depending on python_gtk's numpy
Change-Id: I1834ef1586059afcd10819c3b2a02c38b839ba26
Signed-off-by: Ravago Jones <ravagojones@gmail.com>
diff --git a/debian/matplotlib.bzl b/debian/matplotlib.bzl
index 9586dac..3572639 100644
--- a/debian/matplotlib.bzl
+++ b/debian/matplotlib.bzl
@@ -200,4 +200,7 @@
],
target_compatible_with = ["@platforms//cpu:x86_64"],
visibility = ["//visibility:public"],
+ deps = [
+ "@python_repo//:numpy",
+ ],
)