diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 11:27:33 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 11:27:33 -0400 |
commit | 0b08f81ccb5432f9c7e93868ea42f13e23f40d98 (patch) | |
tree | e0074e38f6e0d95c9b34a6f9aab8d7543e4c861b | |
parent | 9e4c0918066aa986c58cbc5dd3ad679b580374e4 (diff) |
As @ploxiln notes, pyasn1 is needed for both platform families
-rw-r--r-- | sites/www/installing.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 44247b5f..1e50e685 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -100,17 +100,15 @@ additional dependencies are required: * It hopefully goes without saying but **all platforms** need **a working installation of GSS-API itself**, e.g. Heimdal. -* **Unix** needs: - - * `gssapi <https://pypi.org/project/gssapi/>`__ ``1.4.1`` or better. +* All platforms need `pyasn1 <https://pypi.org/project/pyasn1/>`_ ``0.1.7`` or + later. +* **Unix** needs: `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.1.7`` or later. - * **Windows** needs `pywin32 <https://pypi.python.org/pypi/pywin32>`_ ``2.1.8`` or better. |