From f23d36f12d94121eb32063c825eef58bf06e4903 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 28 Nov 2013 21:46:49 -0500 Subject: [PATCH] debian/tests/control - [thanks Julian Taylor] adding pil|imaging, tk, matplotlib to Depends --- debian/changelog | 7 +++++++ debian/tests/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8ecbbff..1163a6c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +skimage (0.9.3-2) unstable; urgency=low + + * debian/tests/control + - [thanks Julian Taylor] adding pil|imaging, tk, matplotlib to Depends + + -- Yaroslav Halchenko Thu, 28 Nov 2013 21:46:35 -0500 + skimage (0.9.3-1) unstable; urgency=low [ Stefan van der Walt ] diff --git a/debian/tests/control b/debian/tests/control index de4b2bd5..c2903de9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Tests: python2 -Depends: python-all, python-nose, python-skimage +Depends: python-all, python-nose, python-skimage, python-pil | python-imaging, python-matplotlib, python-tk Tests: python3 -Depends: python3-all, python3-nose, python3-skimage +Depends: python3-all, python3-nose, python3-skimage, python3-pil | python3-imaging, python3-matplotlib, python3-tk