diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-11 15:29:54 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:18 -0400 |
commit | 9062fe5fe07ab2a0ca1fec9687ef4231a3bb87a0 (patch) | |
tree | ac3e045ddf4a0296e990477965180e693ad22965 | |
parent | 365e32270c769978e5fe7958cda22613599306e7 (diff) | |
download | python-paramiko-9062fe5fe07ab2a0ca1fec9687ef4231a3bb87a0.tar python-paramiko-9062fe5fe07ab2a0ca1fec9687ef4231a3bb87a0.tar.gz |
debian/control: Add versioned dependency on python-crypto
Closes: #479596
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 42d152e..9a14393 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git Package: python-paramiko Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-crypto +Depends: ${misc:Depends}, ${python:Depends}, python-crypto (>> 2.1.0-2) Provides: ${python:Provides} Replaces: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1) Conflicts: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1), fabric (<< 0.9.0-1) |