From 58334e2e9f95c9802378e4fcff02b7cc8bc91a9b Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Mon, 22 Sep 2014 10:19:22 -0400 Subject: Specify minimum required version of ecdsa --- debian/control | 4 ++-- 1 file 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/ -- cgit v1.2.3