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 | |
parent | 0adbefd77be12cdc996ff12b79e441e3efe9c2fe (diff) |
add version to python-keyring requirement
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 01d4289f..35135644 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -9,7 +9,7 @@ pyopenssl jsonschema #>0.7 srp>=1.0.2 pycrypto -keyring +keyring>=0.9.2 python-dateutil sh pyxdg |