aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-13 14:41:16 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-13 16:29:23 +0000
commit2520cfad7056948c5720dd53d6af4c52a1447485 (patch)
tree879feca4e88206e71b9db03a79971c2fa0dc35c6
parent96b422acd8151b541efdd7d27c263b599889bfac (diff)
downloadsklearn-pandas-2520cfad7056948c5720dd53d6af4c52a1447485.tar
sklearn-pandas-2520cfad7056948c5720dd53d6af4c52a1447485.tar.gz
Correct enhances package versions
The python 2 package should enhance the python 2 versions of pandas and sklearn.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 524cd7d..ddb07d4 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,8 @@ Package: python-sklearn-pandas
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
-Enhances: python3-pandas,
- python3-sklearn,
+Enhances: python-pandas,
+ python-sklearn,
Description: Pandas integration with sklearn
sklearn-pandas provides a bridge between scikit-learn's machine learning
methods and pandas data frames.