aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2013-05-25 01:02:04 -0400
committerJeremy T. Bouse <jbouse@debian.org>2013-05-25 01:02:04 -0400
commitdc296d2004de3ef8a7989e841a5948bcad96d340 (patch)
tree6fea79456e44fade16e359a500592ecc2398f489 /debian
parent359219d8cf254e9d5019a65349808f9e69e85c4e (diff)
downloadpython-paramiko-dc296d2004de3ef8a7989e841a5948bcad96d340.tar
python-paramiko-dc296d2004de3ef8a7989e841a5948bcad96d340.tar.gz
debian/control: Add Build-Depend on python-epydoc
With auto-generated docs need to depend on the epydoc package that is used to generate them.
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 6e25a38..d2725c9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Guido Guenther <agx@debian.org>
Build-Depends: debhelper (>> 8),
python-all (>= 2.6.6-3~),
python-crypto (>= 2.1.0-2),
- python-setuptools
+ python-setuptools,
+ python-epydoc
Standards-Version: 3.9.4
Homepage: https://github.com/paramiko/paramiko/
Vcs-Git: git://git.debian.org/collab-maint/paramiko.git