pywinrm: remove optional insecure dependency (kerberos)

This commit is contained in:
Matthias Thym 2022-07-04 20:21:02 +02:00
parent c2f68f081c
commit 6bc5810d7c

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
];