diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-13 14:41:16 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-13 16:29:23 +0000 |
commit | 2520cfad7056948c5720dd53d6af4c52a1447485 (patch) | |
tree | 879feca4e88206e71b9db03a79971c2fa0dc35c6 | |
parent | 96b422acd8151b541efdd7d27c263b599889bfac (diff) | |
download | sklearn-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/control | 4 |
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. |