diff options
author | kali <kali@leap.se> | 2013-01-09 02:08:12 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-09 02:08:12 +0900 |
commit | dc1466ea1384ea6263f3711b10f38365e0d727bc (patch) | |
tree | 2404840e8b617829e68e16f5aa3c5d539708b991 /pkg/requirements.pip | |
parent | c6ab7134f69eea59b0f2f44016d7fc4f2fbfe359 (diff) |
bump srp requirement due to critical bugfix
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index e7ccb97a..dbb04cbc 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -8,7 +8,7 @@ psutil netifaces python-gnutls==1.1.9 # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129 jsonschema -srp # >=1.0.1 MUST HAVE 1.0.1 BUGFIX, but upstream DID NOT UPDATE setup.py so it conflicts +srp>=1.0.2 pycrypto keyring python-dateutil |