[med-svn] [python-pbcore] 06/12: Add dependency on python-pkg-resources for python-pbcore
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Sep 20 08:25:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pbcore.
commit c06124a49adb62eddfc0011c6bf46db6156647b1
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sun Sep 20 00:07:10 2015 -0700
Add dependency on python-pkg-resources for python-pbcore
This is necessary for the scripts to work, since they are
entry points.
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1b18d06..49b5e27 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,8 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-pbcore.git
Package: python-pbcore
Architecture: all
Depends: ${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
+ python-pkg-resources
Suggests: python-pbcore-doc (= ${source:Version})
Description: Python library for processing PacBio data files
The pbcore package provides Python modules for processing Pacific Biosciences
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list