Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#79671 - [python-requests-ntlm] Missing dependency: python-pyspnego
Attached to Project:
Arch Linux
Opened by Uwe Koloska (kolewu) - Tuesday, 12 September 2023, 15:54 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 24 September 2023, 22:14 GMT
Opened by Uwe Koloska (kolewu) - Tuesday, 12 September 2023, 15:54 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 24 September 2023, 22:14 GMT
|
DetailsDescription: The dependency for python-pyspnego is missing
Steps to reproduce: ❯ python -c "import requests_ntlm" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.11/site-packages/requests_ntlm/__init__.py", line 1, in <module> from .requests_ntlm import HttpNtlmAuth File "/usr/lib/python3.11/site-packages/requests_ntlm/requests_ntlm.py", line 11, in <module> import spnego ModuleNotFoundError: No module named 'spnego' The source has it in its `requirements.txt`: https://github.com/requests/requests-ntlm/blob/master/requirements.txt#L2 |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Sunday, 24 September 2023, 22:14 GMT
Reason for closing: Fixed
Sunday, 24 September 2023, 22:14 GMT
Reason for closing: Fixed