1 { lib, buildPythonPackage, fetchPypi, py4j }:
3 buildPythonPackage rec {
4 pname = "python-ldap-test";
9 sha256 = "1qh9x3lncaldnw79fgpqbayichs8pbz8abr6pxb5qxbs7zrnyrwf";
12 propagatedBuildInputs = [ py4j ];
14 # Tests needs java to be present in path
18 description = "Tool for testing code speaking with LDAP server";
19 homepage = "https://github.com/zoldar/python-ldap-test";
20 sourceProvenance = with sourceTypes; [
24 license = licenses.mit;
25 maintainers = with maintainers; [ psyanticy ];