commit | 4d6207a8d1af1b497e9e90aea6e59b5938d662aa | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Fri Sep 18 15:26:52 2020 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Tue Sep 22 21:49:05 2020 -0700 |
tree | cca567e752f15ea414e3bb6d1a47477f09ccb29a | |
parent | 27795d9d1d06f9a7955d7f133fc2903cd3a9d961 [diff] [blame] |
Run buildifier Change-Id: I9267c990ee3683783701dc9bd7f7307b703633a3
diff --git a/debian/matplotlib.BUILD b/debian/matplotlib.BUILD index e7e9b6f..881521c 100644 --- a/debian/matplotlib.BUILD +++ b/debian/matplotlib.BUILD
@@ -1,6 +1,9 @@ load("@//debian:matplotlib.bzl", "build_matplotlib") -build_matplotlib("3", tkinter_py_version="3.5") +build_matplotlib( + "3", + tkinter_py_version = "3.5", +) build_matplotlib( "2.7",