[Bug 256361] security/py-requests-credssp: actualize dependencies

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 02 Jun 2021 00:54:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256361

--- Comment #1 from timp87@gmail.com ---
I was using ansible for deploy Windows machine and found out it was not working
properly. I was getting error:

UNREACHABLE! => {"changed": false, "msg": "credssp: requests auth method is
credssp, but requests-credssp is not installed", "unreachable": true}


However requests-credssp was installed. To see what example was wrong I tried:

$ python3 -c "from requests_credssp import HttpCredSSPAuth"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/requests_credssp/__init__.py",
line 6, in <module>
    from requests_credssp.credssp import HttpCredSSPAuth
  File "/usr/local/lib/python3.7/site-packages/requests_credssp/credssp.py",
line 10, in <module>
    import spnego
ModuleNotFoundError: No module named 'spnego'

This is how I found it

-- 
You are receiving this mail because:
You are the assignee for the bug.