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
|
, 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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue