Control: tag -1 + unreproducible I'm afraid I can't reproduce this. Nor can I find any code that looks like it could be responsible for it.
If I build gensio with this patch: diff -Nru gensio-2.3.5/debian/control gensio-2.3.5/debian/control --- gensio-2.3.5/debian/control 2021-02-06 13:00:53.000000000 +0200 +++ gensio-2.3.5/debian/control 2022-08-14 14:48:33.000000000 +0200 @@ -52,7 +52,8 @@ Package: python3-gensio Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ${python3:Depends} Provides: ${python3:Provides} Description: abstract stream I/O (python 3 bindings) This library (pronounced gen'-see-oh) is used to abstract stream I/O I get: Depends: libc6 (>= 2.34), libgensio0 (>= 2.3.5), libpython3.10 (>= 3.10.0) Recommends: python3 (<< 3.11), python3 (>= 3.10~), python3:any BTW, please don't use ${python3:Provides} unless you have a good use-case for it. SR -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272