10 buildPythonPackage rec {
11 pname = "avro-python3";
13 format = "setuptools";
17 inherit pname version;
18 sha256 = "3b63f24e6b04368c3e4a6f923f484be0230d821aad65ac36108edbff29e9aaab";
25 doCheck = false; # No such file or directory: './run_tests.py
28 description = "Serialization and RPC framework";
30 homepage = "https://pypi.python.org/pypi/avro-python3/";
31 license = licenses.asl20;