diff options
-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 |