From b33e85fb586c85695e1a2f126f077c168a166889 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 24 Nov 2013 09:40:00 -0500 Subject: [PATCH] BF: forgotten build-depends on python3-matplotlib (making it optional if no python3 build for them yet) --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index ccc6030f..42c060f3 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: cython (>= 0.15), python-sphinx (>= 1.0.7+dfsg-1~), python3-all-dev, python3-imaging | python3-pil, + python3-matplotlib | python-matplotlib (<< 1.2.0~), python3-nose, python3-numpy, python3-scipy,