FS#72470 - [python-pyspnego] python-krb5 needs to be a runtime dependency
Attached to Project:
Community Packages
Opened by Mantas Mikulėnas (grawity) - Tuesday, 19 October 2021, 04:31 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Tuesday, 19 October 2021, 17:36 GMT
Opened by Mantas Mikulėnas (grawity) - Tuesday, 19 October 2021, 04:31 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Tuesday, 19 October 2021, 17:36 GMT
|
Details
Or, at the very least, an optdep – but preferably a runtime
dep, since its absence breaks code that used to work with
spnego 0.1.6. For example, trying to use python-smbclient
with Kerberos authentication now raises:
``` File "/usr/lib/python3.9/site-packages/spnego/_gss.py", line 362, in __init__ raise ImportError("GSSAPIProxy requires the Python gssapi library: %s" % GSSAPI_IMP_ERR) ImportError: GSSAPIProxy requires the Python gssapi library: No module named 'krb5' ``` |
This task depends upon
Closed by Bruno Pagani (ArchangeGabriel)
Tuesday, 19 October 2021, 17:36 GMT
Reason for closing: Implemented
Additional comments about closing: Added as optdep since python-gssapi is as well.
Tuesday, 19 October 2021, 17:36 GMT
Reason for closing: Implemented
Additional comments about closing: Added as optdep since python-gssapi is as well.