pywinrm: remove optional insecure dependency (kerberos)
This commit is contained in:
parent
c2f68f081c
commit
6bc5810d7c
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, kerberos
|
||||
, mock
|
||||
, pytestCheckHook
|
||||
, requests
|
||||
|
@ -27,7 +26,6 @@ buildPythonPackage rec {
|
|||
requests
|
||||
requests_ntlm
|
||||
six
|
||||
kerberos
|
||||
xmltodict
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue