From 0b08f81ccb5432f9c7e93868ea42f13e23f40d98 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 21 Jun 2019 11:27:33 -0400 Subject: As @ploxiln notes, pyasn1 is needed for both platform families --- sites/www/installing.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sites') 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 `__ ``1.4.1`` or better. +* All platforms need `pyasn1 `_ ``0.1.7`` or + later. +* **Unix** needs: `gssapi `__ ``1.4.1`` or better. * An alternative is the `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 `_ ``0.1.7`` or later. - * **Windows** needs `pywin32 `_ ``2.1.8`` or better. -- cgit v1.2.3