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