diff options
author | kali <kali@leap.se> | 2012-12-18 05:56:55 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-18 05:56:55 +0900 |
commit | 2be35ae3a89071df58bae2513d0a7e9a68239f57 (patch) | |
tree | 348be20ba0203363d3a33bb168f54c8a4b23d664 | |
parent | 75057e55828accb62beef1f73364edd82a75ed30 (diff) |
relax srp requirement (breaks install)
-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 c573009e..49b56274 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 +srp # >=1.0.1 MUST HAVE 1.0.1 BUGFIX, but upstream DID NOT UPDATE setup.py so it conflicts pycrypto keyring python-dateutil |