summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorSebastian Deiss <sdeiss@haw-landshut.de>2014-06-11 12:19:55 +0200
committerAnselm Kruis <a.kruis@science-computing.de>2014-07-14 11:46:24 +0200
commitf17c2afbe0a98d5c2b80e5f16dbf47b9eb7370d0 (patch)
tree56cf9c20fdf98a6b7fff3310d2db44b421a4e6ee /README
parent0be471cfe000a8356838cb2f087a691b857dcc21 (diff)
Use python-gssapi 0.6.1
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 94aa3a9c..ceb3598a 100644
--- a/README
+++ b/README
@@ -79,7 +79,7 @@ If you want paramiko to do kerberos authentication or key exchange using GSS-API
need the following python packages:
- pyasn1 0.1.7 or better
-- python-gssapi 0.4.0 or better (Unix)
+- python-gssapi 0.6.1 or better (Unix)
- pywin32 2.1.8 or better (Windows)
So you have to install pyasn1 and python-gssapi on Unix or pywin32 on Windows.