9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-y++H2Lh3MGSrYOXCoc7Vi7qjim0FLEGuwiSVjOVE7/I=";
19 propagatedBuildInputs = [
24 pythonNamespaces = [ "opencensus.common" ];
26 doCheck = false; # No tests in sdist
28 pythonImportsCheck = [ "opencensus.common" ];
31 description = "Stats collection and distributed tracing framework";
32 homepage = "https://github.com/census-instrumentation/opencensus-python";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ billhuang ];