Arch Linux

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!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: 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

Loading...