python313Packages.ldap3-bleeding-edge: add optional-dependencies

This commit is contained in:
Fabian Affolter
2025-03-29 12:04:55 +01:00
parent cc832eaa2f
commit 014a956f1b

View File

@@ -24,11 +24,14 @@ buildPythonPackage rec {
dependencies = [
cryptography
gssapi
pyasn1
pycryptodomex
];
optional-dependencies = {
kerberos = [ gssapi ];
};
pythonImportsCheck = [ "ldap3" ];
# Tests require network access