13 buildPythonPackage rec {
16 format = "setuptools";
19 inherit pname version;
20 hash = "sha256-kFeWrk9MEr1OSukubl0BhDnmtWyM+7JIJTYuebIw2rE=";
23 propagatedBuildInputs = [ six ];
34 sed -i '/flake8/d' setup.py
38 sed -i 's/test_unicode_auth/noop/' kazoo/tests/test_client.py
41 # tests take a long time to run and leave threads hanging
43 #ZOOKEEPER_PATH = "${pkgs.zookeeper}";
46 homepage = "https://kazoo.readthedocs.org";
47 description = "Higher Level Zookeeper Client";
48 license = licenses.asl20;