Loading pkgs/development/python-modules/ldap3-bleeding-edge/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -24,11 +24,14 @@ buildPythonPackage rec { dependencies = [ cryptography gssapi pyasn1 pycryptodomex ]; optional-dependencies = { kerberos = [ gssapi ]; }; pythonImportsCheck = [ "ldap3" ]; # Tests require network access Loading Loading
pkgs/development/python-modules/ldap3-bleeding-edge/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -24,11 +24,14 @@ buildPythonPackage rec { dependencies = [ cryptography gssapi pyasn1 pycryptodomex ]; optional-dependencies = { kerberos = [ gssapi ]; }; pythonImportsCheck = [ "ldap3" ]; # Tests require network access Loading