about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-07-05 13:10:06 +0200
committerGitHub <noreply@github.com>2022-07-05 13:10:06 +0200
commitacffa71cd179f4902b1575bd647d11bad1dfc867 (patch)
tree649ff997c6e2b5b7c806c1dbf193d9bda5c7e70c /pkgs/development/python-modules
parent24b6540f33ec285ab9de07d3e3cdb3c0965e1c47 (diff)
parent6bc5810d7c9ed6feba26139be3610398f71f5d56 (diff)
Merge pull request #180161 from totoroot/fix/pywinrm
pywinrm: remove optional insecure dependency (kerberos)
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pywinrm/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pywinrm/default.nix b/pkgs/development/python-modules/pywinrm/default.nix
index 8830ee67e2d89..0867cfe36f894 100644
--- a/pkgs/development/python-modules/pywinrm/default.nix
+++ b/pkgs/development/python-modules/pywinrm/default.nix
@@ -2,7 +2,6 @@
 , buildPythonPackage
 , fetchPypi
 , pythonOlder
-, kerberos
 , mock
 , pytestCheckHook
 , requests
@@ -27,7 +26,6 @@ buildPythonPackage rec {
     requests
     requests_ntlm
     six
-    kerberos
     xmltodict
   ];