9 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-r3qYvVHmOWgUTXcvNG1pbtSYoy29xL4mfNYBHEzgXag=";
18 propagatedBuildInputs = [
27 doCheck = false; # No tests in sdist
29 pythonImportsCheck = [
34 description = "A stats collection and distributed tracing framework";
35 homepage = "https://github.com/census-instrumentation/opencensus-python";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ billhuang ];