Don't use dh_python, static declare 2x python deps
diff --git a/debian/control b/debian/control
index ffd97ea..cb210ca 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@
 Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 9),
                dh-exec,
-               dh-python,
                dh-systemd (>= 1.5),
                erlang-dev (>= 1:16.b.3) | esl-erlang (>= 1:16.b.3),
                nodejs (>= 6.10.1),
@@ -24,6 +23,8 @@
                couch-libmozjs185-dev,
                lsb-release,
                po-debconf,
+               python,
+               python3,
                python-sphinx
 Homepage: http://couchdb.apache.org/
 
@@ -36,8 +37,8 @@
          couch-libmozjs185-1.0,
          lsb-base,
          procps,
-         ${python:Depends},
-         ${python3:Depends},
+         python,
+         python3,
          python-requests,
          python3-requests,
          ${misc:Depends},