11 buildPythonPackage rec {
12 pname = "opentracing";
16 inherit pname version;
17 sha256 = "a173117e6ef580d55874734d1fa7ecb6f3655160b8b8974a2a1e98e5ec9c840d";
20 propagatedBuildInputs = lib.optional isPy27 futures;
22 checkInputs = [ gevent mock pytest tornado ];
29 homepage = "https://github.com/opentracing/opentracing-python";
30 description = "Platform API for OpenTracing";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ rakesh4g ];