breads-ad: relax ldap3

+3 -3
+3 -3
pkgs/by-name/br/breads-ad/package.nix
··· 16 16 hash = "sha256-U1q15D59N55qBf4NVOpe5RpQjlE1ye2TNNIZf2IZV3U="; 17 17 }; 18 18 19 - build-system = with python3.pkgs; [ 20 - setuptools 21 - ]; 19 + pythonRelaxDeps = [ "ldap3" ]; 20 + 21 + build-system = with python3.pkgs; [ setuptools ]; 22 22 23 23 dependencies = with python3.pkgs; [ 24 24 impacket