diff --git a/debian/control b/debian/control
index e8b0a78..fadf148 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,6 @@ Build-Depends: debhelper (>= 7.0.50~),
                python-joblib,
                python-scikits-learn | python-sklearn,
                python-pp,
-               python3-all,
-               python3-numpy
-X-Python3-Version: >= 3.1
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.3
 Vcs-Browser: https://github.com/mdp-toolkit/mdp-toolkit/tree/debian
@@ -39,15 +36,3 @@ Description: Modular toolkit for Data Processing
  .
  This package contains MDP for Python 2.
 
-Package: python3-mdp
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-numpy
-Description: Modular toolkit for Data Processing
- Python data processing framework for building complex data processing software
- by combining widely used machine learning algorithms into pipelines and
- networks. Implemented algorithms include: Principal Component Analysis (PCA),
- Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent
- Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis,
- Fisher Discriminant Analysis (FDA), and Gaussian Classifiers.
- .
- This package contains MDP for Python 3.
