diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-27 18:13:39 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-27 20:11:52 -0400 |
commit | 4e57d8374075e7314e5f12c864e8f4eacc5ef6dd (patch) | |
tree | 65d24f8d6991d0a5e65eace83fc0350a426c4c78 | |
parent | f07d6cdbc6159bd905f13246499465c843822dbc (diff) | |
download | python-paramiko-4e57d8374075e7314e5f12c864e8f4eacc5ef6dd.tar python-paramiko-4e57d8374075e7314e5f12c864e8f4eacc5ef6dd.tar.gz |
Add python-ecdsa to Build-Depends
Closes: #702571
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 58da688..dd92009 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Guido Guenther <agx@debian.org> Build-Depends: debhelper (>> 8), python-all (>= 2.6.6-3~), python-crypto (>= 2.1.0-2), + python-ecdsa, python-setuptools, python-epydoc Standards-Version: 3.9.5 |