Merge pull request #180161 from totoroot/fix/pywinrm

pywinrm: remove optional insecure dependency (kerberos)
This commit is contained in:
Fabian Affolter 2022-07-05 13:10:06 +02:00 committed by GitHub
commit acffa71cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pythonOlder , pythonOlder
, kerberos
, mock , mock
, pytestCheckHook , pytestCheckHook
, requests , requests
@ -27,7 +26,6 @@ buildPythonPackage rec {
requests requests
requests_ntlm requests_ntlm
six six
kerberos
xmltodict xmltodict
]; ];