summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-05-04 17:25:07 +0100
committerSimon McVittie <smcv@debian.org>2018-05-04 17:25:07 +0100
commitd94391b067b17fe60f504cfb8ccda2c76beb4cad (patch)
treebef48aea101170231375ed9c3d99e26ed65e73fb /debian
parent08f15dc286aa5996c291e4fde33f866f92b4b8c2 (diff)
Add build- and test-dependencies on python[3]-tap
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--debian/tests/control.autodep82
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f6c2f5..ca2c6a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ dbus-python (1.2.8-1) UNRELEASED; urgency=medium
version, which we should document until Python 2 becomes completely
unsupported.
* Use dh_missing with --fail-missing
+ * Add build- and test-dependencies on python[3]-tap
-- Simon McVittie <smcv@debian.org> Sun, 08 Apr 2018 15:43:54 +0100
diff --git a/debian/control b/debian/control
index 9c03090..a81db44 100644
--- a/debian/control
+++ b/debian/control
@@ -20,9 +20,11 @@ Build-Depends:
python-all-dbg (>= 2.7),
python-all-dev (>= 2.7),
python-gi,
+ python-tap,
python3-all-dbg,
python3-all-dev,
python3-gi,
+ python3-tap,
sphinx-common,
xmlto,
Build-Depends-Indep:
diff --git a/debian/tests/control.autodep8 b/debian/tests/control.autodep8
index 5354f41..aa07066 100644
--- a/debian/tests/control.autodep8
+++ b/debian/tests/control.autodep8
@@ -24,6 +24,7 @@ Depends:
gnome-desktop-testing,
python-dbus-tests,
python-gi,
+ python-tap,
Tests: python3
Depends:
@@ -31,3 +32,4 @@ Depends:
gnome-desktop-testing,
python3-dbus-tests,
python3-gi,
+ python3-tap,