7 buildPythonPackage rec {
8 pname = "opencensus-context";
12 inherit pname version;
13 hash = "sha256-oDEIw8ENjIC7Xd9cih8DMWH6YZcqmRf5ubOhhRfwCIw=";
20 doCheck = false; # No tests in archive
23 description = "OpenCensus Runtime Context";
24 homepage = "https://github.com/census-instrumentation/opencensus-python/tree/master/context/opencensus-context";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ billhuang ];