From bfd701037dc18cc82577a51277857dcb3e0dd246 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <yoh@onerussian.com> Date: Thu, 7 Oct 2010 15:23:16 -0400 Subject: [PATCH] still need to install dummy joblib subpackage --- debian/patches/deb_use_system_joblib | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/patches/deb_use_system_joblib b/debian/patches/deb_use_system_joblib index c887b2c354..83ca3395d4 100644 --- a/debian/patches/deb_use_system_joblib +++ b/debian/patches/deb_use_system_joblib @@ -1,16 +1,19 @@ ---- a/scikits/learn/externals/setup.py -+++ b/scikits/learn/externals/setup.py -@@ -3,8 +3,6 @@ - def configuration(parent_package='', top_path=None): +Index: scikit-learn/scikits/learn/externals/setup.py +=================================================================== +--- scikit-learn.orig/scikits/learn/externals/setup.py 2010-10-07 15:18:37.000000000 -0400 ++++ scikit-learn/scikits/learn/externals/setup.py 2010-10-07 15:22:07.000000000 -0400 +@@ -4,7 +4,6 @@ from numpy.distutils.misc_util import Configuration config = Configuration('externals',parent_package,top_path) -- config.add_subpackage('joblib') + config.add_subpackage('joblib') - config.add_subpackage('joblib/test') return config ---- /dev/null -+++ b/scikits/learn/externals/joblib/__init__.py +Index: scikit-learn/scikits/learn/externals/joblib/__init__.py +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ scikit-learn/scikits/learn/externals/joblib/__init__.py 2010-10-07 15:18:38.000000000 -0400 @@ -0,0 +1,3 @@ +# yoh: use system-wide joblib + -- GitLab