aws-adfs
aws-adfs copied to clipboard
Update README.md
Prerequirements for install aws-adfs on linux using pip. Without python-gssapi cause problems with pip install aws-adfs command.
aws-adfs does not use the python-gssapi
you mention (https://pypi.org/project/python-gssapi/),
but the gssapi
python package (https://pypi.org/project/gssapi/).
That gssapi
package is properly installed as a transitive dependency from request-kerberos
on linux:
- https://github.com/venth/aws-adfs/blob/2.0.1/pyproject.toml#L39-L41
- https://github.com/venth/aws-adfs/blob/2.0.1/poetry.lock#L178-L184
Wasn't your issue more related to libkrb5-dev
?
https://github.com/venth/aws-adfs/blame/2.0.1/README.md#L318-L324