12 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "6f650c2efe250b89bf35f8fe3211eb37ebc8d76f7a9c09bd73db3076708fa2fc";
22 propagatedBuildInputs = [
32 disabledTestPaths = lib.optionals stdenv.isDarwin [ "src/crate/client/test_http.py" ];
35 homepage = "https://github.com/crate/crate-python";
36 description = "A Python client library for CrateDB";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ doronbehar ];