diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-16 23:25:03 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:18 -0400 |
commit | e163d9c10f90b2162f26921cbea0c451ec527555 (patch) | |
tree | febc7344a31e432a8c0e65680617ef6335f15aaf | |
parent | 784f2c5cf312d751320ade8937afc1237e650b4b (diff) | |
download | python-paramiko-e163d9c10f90b2162f26921cbea0c451ec527555.tar python-paramiko-e163d9c10f90b2162f26921cbea0c451ec527555.tar.gz |
debian/control: Fix python-crypto version dependency
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index dcb64e8..c0cf6c4 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 (>> 2.1.0-2) +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) |