From: David Bremner <david@tethera.net>
Date: Mon, 4 Nov 2019 10:39:50 +0000 (-0400)
Subject: debian: add python3 dependencies for the new python bindings
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=764293098f4360e40e7b05904ff3d70fb29e6f32;p=notmuch-old

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~) |