8 buildPythonPackage rec {
9 pname = "python-ldap-test";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "1qh9x3lncaldnw79fgpqbayichs8pbz8abr6pxb5qxbs7zrnyrwf";
18 propagatedBuildInputs = [ py4j ];
20 # Tests needs java to be present in path
24 description = "Tool for testing code speaking with LDAP server";
25 homepage = "https://github.com/zoldar/python-ldap-test";
26 sourceProvenance = with sourceTypes; [
30 license = licenses.mit;
31 maintainers = with maintainers; [ psyanticy ];