Skip to content

Commit 014a956

Browse files
committed
python313Packages.ldap3-bleeding-edge: add optional-dependencies
1 parent cc832ea commit 014a956

File tree

1 file changed

+4
-1
lines changed
  • pkgs/development/python-modules/ldap3-bleeding-edge

1 file changed

+4
-1
lines changed

pkgs/development/python-modules/ldap3-bleeding-edge/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ buildPythonPackage rec {
2424

2525
dependencies = [
2626
cryptography
27-
gssapi
2827
pyasn1
2928
pycryptodomex
3029
];
3130

31+
optional-dependencies = {
32+
kerberos = [ gssapi ];
33+
};
34+
3235
pythonImportsCheck = [ "ldap3" ];
3336

3437
# Tests require network access

0 commit comments

Comments
 (0)