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
, fetchPypi
, pythonOlder
, kerberos
, mock
, pytestCheckHook
, requests
@ -27,7 +26,6 @@ buildPythonPackage rec {
requests
requests_ntlm
six
kerberos
xmltodict
];