aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-12-09 21:26:39 -0400
committerDavid Bremner <david@tethera.net>2021-12-10 09:36:10 -0400
commit2394ee6289a2fc2628f198b4a9920116148dd814 (patch)
tree470bb1ce344642ab57dcd81a3f9d600278d92e34 /debian/control
parenta254a15861d3510adbe2897fed100a3c77642165 (diff)
debian: build only against default python versiondebian/0.34.2-1archive/debian/0.34.2-1
This problem will will be solved in the next release of dh-python, but the crude solution is needed for backports anyway.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 8a2e29dd..9872d602 100644
--- a/debian/control
+++ b/debian/control
@@ -23,13 +23,13 @@ Build-Depends:
gnupg <!nocheck>,
gpgsm <!nocheck>,
libgmime-3.0-dev (>= 3.0.3~),
- libpython3-all-dev,
+ libpython3-dev,
libsexp-dev,
libtalloc-dev,
libxapian-dev,
libz-dev,
pkg-config,
- python3-all (>= 3.1.2-7~),
+ python3,
python3-cffi,
python3-pytest,
python3-pytest-cov,