python313Packages.ldap3-bleeding-edge: add optional-dependencies
This commit is contained in:
@@ -24,11 +24,14 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
cryptography
|
||||
gssapi
|
||||
pyasn1
|
||||
pycryptodomex
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
kerberos = [ gssapi ];
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "ldap3" ];
|
||||
|
||||
# Tests require network access
|
||||
|
||||
Reference in New Issue
Block a user