This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository python-pbcore.
commit 986f3a8e06ccf26dbdebfa7620f0584e1e7098d4 Author: Afif Elghraoui <[email protected]> Date: Sun Jan 7 01:41:38 2018 -0500 Add new tests dependency --- debian/control | 1 + debian/tests/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index eb1da29..2da959a 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: python-sphinx <!nodoc>, python-nose <!nocheck>, python-pyxb <!nocheck>, + python-coverage, Standards-Version: 3.9.8 X-Python-Version: >= 2.7 Homepage: https://github.com/PacificBiosciences/pbcore diff --git a/debian/tests/control b/debian/tests/control index 24d9cd6..7ac4028 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,4 +3,5 @@ Depends: python-pbcore, python-nose, python-pyxb, + python-coverage, Restrictions: allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
