diff options
author | kali <kali@leap.se> | 2013-02-15 02:15:05 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-02-15 02:15:36 +0900 |
commit | 521c8a7f0eca97bd6a3aee721433ec509198b222 (patch) | |
tree | 51e7fa71cb132415f79d74de752987a34390b407 /debian | |
parent | 0adbefd77be12cdc996ff12b79e441e3efe9c2fe (diff) |
add version to python-keyring requirement
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bbb57bea..1b562a1e 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-qt4, python-openssl, python-crypto, - python-keyring, + python-keyring (>= 0.9.2), python-srp, python-dateutil, python-argparse, |