Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian....@packages.debian.org
Usertags: pu

python-sklearn misses a dependency on python-joblib, see #709056.
The attached patch has been backported from sid.


Andreas
diff -Nru scikit-learn-0.11.0/debian/changelog scikit-learn-0.11.0/debian/changelog
--- scikit-learn-0.11.0/debian/changelog	2012-07-04 17:28:09.000000000 +0200
+++ scikit-learn-0.11.0/debian/changelog	2013-12-05 11:35:11.000000000 +0100
@@ -1,3 +1,11 @@
+scikit-learn (0.11.0-2+deb7u1) wheezy; urgency=low
+
+  [ Yaroslav Halchenko ]
+  * debian/control
+    - move joblib to Depends from Recommends (Closes: #709056)
+
+ -- Andreas Beckmann <a...@debian.org>  Thu, 05 Dec 2013 11:33:15 +0100
+
 scikit-learn (0.11.0-2) unstable; urgency=low
 
   * Patches to resolve FTBFS'es (Closes: #680246)
diff -Nru scikit-learn-0.11.0/debian/control scikit-learn-0.11.0/debian/control
--- scikit-learn-0.11.0/debian/control	2012-07-04 17:28:09.000000000 +0200
+++ scikit-learn-0.11.0/debian/control	2013-12-05 11:35:11.000000000 +0100
@@ -15,10 +15,11 @@
 Replaces: python-scikits-learn (<< 0.9~)
 Breaks: python-scikits-learn (<< 0.9~)
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-sklearn-lib(>= ${source:Version})
+Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-sklearn-lib(>= ${source:Version}),
+         python-joblib (>= 0.4.5),
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Recommends: python-nose, python-psyco, python-matplotlib, python-joblib (>= 0.4.5)
+Recommends: python-nose, python-psyco, python-matplotlib
 Suggests: python-dap, python-scikits-optimization, python-sklearn-doc, ipython
 Enhances: python-mvpa2, python-mdp
 Description: Python modules for machine learning and data mining

Reply via email to