This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository python-pbalign.
commit 1687357a936b39bd8f6d1db7eba8de8a3b47e1a7 Author: Afif Elghraoui <[email protected]> Date: Fri Sep 4 22:48:04 2015 -0700 Add missing run-time dependency This prevents the package from installing. I only discovered it when trying to install the package myself. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 9d68938..48e1257 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Package: python-pbalign Architecture: all Depends: ${misc:Depends}, ${python:Depends}, + python-pkg-resources, blasr Recommends: python-pbh5tools, hdf5-tools -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbalign.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
