11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-Xm98UPk26/oj6SQimvyV6yGfjI5agyAt1KORJEgD5AI=";
28 dependencies = [ six ];
30 # No tests. Breaks when not disabling.
33 pythonImportsCheck = [ "thrift" ];
36 description = "Python bindings for the Apache Thrift RPC system";
37 homepage = "https://thrift.apache.org/";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ hbunke ];