summaryrefslogtreecommitdiff
path: root/pkg/requirements.pip
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-12-18 05:56:55 +0900
committerkali <kali@leap.se>2012-12-18 05:56:55 +0900
commit2be35ae3a89071df58bae2513d0a7e9a68239f57 (patch)
tree348be20ba0203363d3a33bb168f54c8a4b23d664 /pkg/requirements.pip
parent75057e55828accb62beef1f73364edd82a75ed30 (diff)
relax srp requirement (breaks install)
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r--pkg/requirements.pip2
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