7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-K1tkiPze0h+dMSqiPJ/2oBldD2ribdvVrZ4+Jd/BRAg=";
16 propagatedBuildInputs = [ six ];
18 # No tests. Breaks when not disabling.
21 pythonImportsCheck = [ "thrift" ];
24 description = "Python bindings for the Apache Thrift RPC system";
25 homepage = "https://thrift.apache.org/";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ hbunke ];