summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorAnselm Kruis <anselm.kruis@atos.net>2019-06-20 00:27:34 +0200
committerAnselm Kruis <anselm.kruis@atos.net>2019-06-20 00:27:34 +0200
commit0019ea652110933930aab9ee1dc7ade8f0c06d52 (patch)
treeb193c85f3270001928f412f837045a75764a9ac3 /sites
parent0461162f8977d97661ef0ee2be086b85347729b0 (diff)
Fix required package versions for gssapi and pyasn1.
Kerberos/GSSAPI has been tested with gssapi 1.4.1. Newer versions are probably OK. If older versions work, is unknown. The pyasn1 version had transposed digits.
Diffstat (limited to 'sites')
-rw-r--r--sites/www/installing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 5fde1c27..44247b5f 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -102,14 +102,14 @@ additional dependencies are required:
installation of GSS-API itself**, e.g. Heimdal.
* **Unix** needs:
- * `gssapi <https://pypi.org/project/gssapi/>`__ ``1.0.0`` or better.
+ * `gssapi <https://pypi.org/project/gssapi/>`__ ``1.4.1`` or better.
* An alternative is the `python-gssapi
<https://pypi.org/project/python-gssapi/>`_ library (``0.6.1`` or above),
though it is no longer maintained upstream, and Paramiko's support for
its API may eventually become deprecated.
- * `pyasn1 <https://pypi.org/project/pyasn1/>`_ ``0.7.1`` or later.
+ * `pyasn1 <https://pypi.org/project/pyasn1/>`_ ``0.1.7`` or later.
* **Windows** needs `pywin32 <https://pypi.python.org/pypi/pywin32>`_ ``2.1.8``
or better.