* Petter Reinholdtsen <p...@hungry.com> [250421 15:15]:
So I guess what you are saying is that this patch is needed?
diff --git a/debian/control b/debian/control
index 4c55185..402543a 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
+ python3-pkg-resources,
Description: Protobuf code generator for gRPC (Python 3)
gRPC is a modern open source high performance RPC framework. It can
efficiently connect services in and across data centers with pluggable support
Or did I misunderstand?
I think that's sufficient. It won't fix the deprecation warning, but
at least it will start.
Chris