Commit e07d5326 authored by Yureka's avatar Yureka
Browse files

matrix-synapse: remove opentracing optional dependencies

Fixes eval failure 'opentracing-2.4.0 not supported for interpreter python3.11'

opentracing and jaeger-client libraries are unmaintained
parent a6629708
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -113,10 +113,6 @@ python3.pkgs.buildPythonApplication rec {
    sentry = [
      sentry-sdk
    ];
    opentracing = [
      jaeger-client
      opentracing
    ];
    jwt = [
      authlib
    ];