Merge pull request #180161 from totoroot/fix/pywinrm
pywinrm: remove optional insecure dependency (kerberos)
This commit is contained in:
commit
acffa71cd1
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