Date: Wed, 02 Jun 2021 00:54:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 256361] security/py-requests-credssp: actualize dependencies Message-ID: <bug-256361-7788-73dyvdSdpT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256361-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-256361-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256361 --- Comment #1 from timp87@gmail.com --- I was using ansible for deploy Windows machine and found out it was not wor= king properly. I was getting error: UNREACHABLE! =3D> {"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 tri= ed: $ 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256361-7788-73dyvdSdpT>