From: David Bremner Date: Mon, 4 Nov 2019 10:39:50 +0000 (-0400) Subject: debian: add python3 dependencies for the new python bindings X-Git-Tag: archive/debian/0.30_rc0-1~122 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=fbb8e1f4301f0993cf0b477b8e0e40d2273e3523 debian: add python3 dependencies for the new python bindings These should generally match those in .travis.yml --- diff --git a/debian/control b/debian/control index b1829582..85fb562d 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,12 @@ Build-Depends: python3-all (>= 3.1.2-7~), dh-python, dh-elpa (>= 1.3), + python3-cffi, + python3-pytest, + python3-pytest-cov, + python3-setuptools, python3-sphinx, + libpython3-all-dev, ruby, ruby-dev (>>1:1.9.3~), emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) |