diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2014-09-22 10:19:22 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2014-09-22 20:03:01 -0400 |
commit | 58334e2e9f95c9802378e4fcff02b7cc8bc91a9b (patch) | |
tree | 8b0431e9ab4d325bb13cac7b28a78b11898e07b7 | |
parent | 70f669a0a41e104bd0427e8ad9142071aae241ed (diff) | |
download | python-paramiko-58334e2e9f95c9802378e4fcff02b7cc8bc91a9b.tar python-paramiko-58334e2e9f95c9802378e4fcff02b7cc8bc91a9b.tar.gz |
Specify minimum required version of ecdsa
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8eedcf7..f9ee4fb 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,12 @@ Build-Depends: debhelper (>> 9), dh-python, python-all (>= 2.6.6-3~), python-crypto (>= 2.1.0-2), - python-ecdsa, + python-ecdsa (>= 0.11), python-setuptools, python-epydoc, python3-all, python3-crypto, - python3-ecdsa, + python3-ecdsa (>= 0.11), python3-setuptools Standards-Version: 3.9.5 Homepage: https://github.com/paramiko/paramiko/ |