summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-08-30 15:52:15 +0100
committerSimon McVittie <smcv@debian.org>2019-08-31 11:19:25 +0100
commit91d4020069a86d9e3711f08b9b188adbe43a6bbd (patch)
tree4d7545f9538b118aae29267658e8aebef379bfcd /debian/control
parentdf1762d7d2e5e96915c203bd4a16e7aed0160501 (diff)
Build-depend on python2-dbg and python2-dev instead of -all- equivalents
Only build for the default version of Python 2, not for all versions of Python 2 (in practice this has meant the same thing since 2.6 was de-supported in 2013).
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 82bb149..83cea70 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends:
dpkg-dev (>= 1.16.1),
libdbus-1-dev (>= 1.8),
libglib2.0-dev (>= 2.40),
- python-all-dbg (>= 2.7),
- python-all-dev (>= 2.7),
+ python2-dbg,
+ python2-dev,
python-gi,
python-tap,
python3-all-dbg,