[Python-modules-commits] [python-fisx] 01/07: Fix autopkgtest dependencies (Closes: #864697)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Nov 25 17:05:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository python-fisx.
commit c5171afe94df310282827b7b8cda468c2fac777e
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Nov 25 13:31:08 2017 +0100
Fix autopkgtest dependencies (Closes: #864697)
---
debian/tests/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index b9c7cb2..150fd9f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,11 @@
Tests: python2
-Depends: python-fisx
+Depends: python-all, python-fisx
Tests: python2-dbg
-Depends: python-fisx-dbg
+Depends: python-all-dbg, python-fisx-dbg
Tests: python3
-Depends: python3-fisx
+Depends: python3-all, python3-fisx
Tests: python3-dbg
-Depends: python3-fisx-dbg
\ No newline at end of file
+Depends: python3-fisx-dbg, python3-all-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fisx.git
More information about the Python-modules-commits
mailing list