diff options
author | antialias <antialias@leap.se> | 2012-10-01 16:58:39 -0400 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-10-01 16:58:39 -0400 |
commit | d0540e808749ff9f9e90ec5e055168f5f408e51b (patch) | |
tree | 64d9d7009b7b6150205d6390e8a6eaffd79398c8 /pkg/requirements.pip | |
parent | bee0813fd3d99be1bf85f55fd63bc0c603d0104e (diff) |
Now throws a CriticalError when an pre-exisiting openvpn istance is found.
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 5eeabf5c..a958d53f 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,5 +2,6 @@ argparse configuration requests ping +psutil netifaces python-gnutls==1.1.9 # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129 |