diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 01:02:04 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 01:02:04 -0400 |
commit | dc296d2004de3ef8a7989e841a5948bcad96d340 (patch) | |
tree | 6fea79456e44fade16e359a500592ecc2398f489 | |
parent | 359219d8cf254e9d5019a65349808f9e69e85c4e (diff) | |
download | python-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.
-rw-r--r-- | debian/control | 3 |
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 |