From 18c174863191fe6a2bdfd3f06c003f39642e6819 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 5 Mar 2015 09:05:24 -0500 Subject: [PATCH] debian/{,tests/}control - added python{,3}-networkx to {build-,}depends and Recommends --- debian/changelog | 2 ++ debian/control | 4 ++++ debian/tests/control | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 224f4027..87ac03b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ skimage (0.11.0-1) experimental; urgency=medium * Fresh upstream release - includes slicing-error.patch freeimage-fix.patch * Updated debian/watch to avoid deprecated redirector + * debian/{,tests/}control + - added python{,3}-networkx to {build-,}depends and Recommends -- Yaroslav Halchenko Thu, 05 Mar 2015 08:32:02 -0500 diff --git a/debian/control b/debian/control index 3f8cf77d..1be4cf74 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: cython (>= 0.17), python-numpy (>= 1.6.0), python-pil | python-imaging, python-scipy (>= 0.10), + python-networkx (>= 1.8), python-setuptools, python-six (>= 1.3.0), python-sphinx (>= 1.0.7+dfsg-1~), @@ -23,6 +24,7 @@ Build-Depends: cython (>= 0.17), python3-numpy, python3-pil | python3-imaging, python3-scipy, + python3-networkx (>= 1.8), python3-setuptools, python3-six (>= 1.3.0), xauth, @@ -46,6 +48,7 @@ Depends: libfreeimage3, ${python:Depends} Recommends: python-imaging, python-matplotlib (>= 1.0), + python-networkx (>= 1.8), python-nose, python-pil, python-qt4 @@ -68,6 +71,7 @@ Depends: libfreeimage3, ${python3:Depends} Recommends: python3-imaging, python3-matplotlib (>= 1.0), + python3-networkx (>= 1.8), python3-nose, python3-pil Suggests: python-skimage-doc diff --git a/debian/tests/control b/debian/tests/control index 70fd3994..1aeb6a7f 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Tests: python2 -Depends: python-all, python-nose, python-skimage, python-pil | python-imaging, python-matplotlib, python-tk, xauth, xvfb +Depends: python-all, python-nose, python-skimage, python-pil | python-imaging, python-matplotlib, python-tk, python-networkx, xauth, xvfb Tests: python3 -Depends: python3-all, python3-nose, python3-skimage, python3-pil | python3-imaging, python3-matplotlib, python3-tk, xauth, xvfb +Depends: python3-all, python3-nose, python3-skimage, python3-pil | python3-imaging, python3-matplotlib, python3-tk, python3-networkx, xauth, xvfb