diff options
Diffstat (limited to 'debian/control')
-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/ |