13 buildPythonPackage rec {
14 pname = "opentracing";
16 format = "setuptools";
19 inherit pname version;
20 sha256 = "a173117e6ef580d55874734d1fa7ecb6f3655160b8b8974a2a1e98e5ec9c840d";
23 propagatedBuildInputs = lib.optional isPy27 futures;
34 homepage = "https://github.com/opentracing/opentracing-python";
35 description = "Platform API for OpenTracing";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ rakesh4g ];