diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-16 23:25:03 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-16 23:25:03 -0400 |
commit | 4d7706f89af7d7146ae4f0ae2091841344a23316 (patch) | |
tree | 36b09b892420890ac9ec1c1030bba05b35d82f0c | |
parent | 491ab74c7de656c6829453abd89d389a06f190ce (diff) | |
download | python-paramiko-4d7706f89af7d7146ae4f0ae2091841344a23316.tar python-paramiko-4d7706f89af7d7146ae4f0ae2091841344a23316.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) |