9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-CFI4tJRMucZY7mLVeU3pNqw9DDN8UEssyGQkogWul4o=";
19 build-system = [ setuptools ];
21 dependencies = [ protobuf ];
24 substituteInPlace setup.py \
25 --replace-fail "'argparse'" ""
28 # Tests require hadoop hdfs
31 pythonImportsCheck = [ "snakebite" ];
34 description = "Pure Python HDFS client";
35 mainProgram = "snakebite";
36 homepage = "https://github.com/spotify/snakebite";
37 license = licenses.asl20;