breads-ad: relax ldap3

This commit is contained in:
Fabian Affolter
2025-07-11 16:50:54 +02:00
parent 18e8dc539c
commit f995bf66e5
+3 -3
View File
@@ -16,9 +16,9 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-U1q15D59N55qBf4NVOpe5RpQjlE1ye2TNNIZf2IZV3U=";
};
build-system = with python3.pkgs; [
setuptools
];
pythonRelaxDeps = [ "ldap3" ];
build-system = with python3.pkgs; [ setuptools ];
dependencies = with python3.pkgs; [
impacket