diff options
author | kali <kali@leap.se> | 2012-09-14 04:18:43 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-14 04:18:43 +0900 |
commit | 430b6326d06d81c44d534543c8e9684a5c0fcb15 (patch) | |
tree | 82b9a1f3f3350958c2be6f9ec22f4d1e251d5d28 | |
parent | 157dbbd6dba18a0b10ba045eab9b1cfca8d579c6 (diff) |
force 1.1.9 version of python-gnutls
-rw-r--r-- | README.txt | 3 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -87,7 +87,8 @@ Hack (recommended) virtualenv . # ensure your .gitignore knows about it -bin/activate +source bin/activate +git checkout develop pkg/postmkvenv.sh python setup.py develop diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 91257a07..5eeabf5c 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -3,4 +3,4 @@ configuration requests ping netifaces -python-gnutls +python-gnutls==1.1.9 # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129 |