semlanik / qtprotobuf

Protobuf generator and bindings for Qt framework
https://semlanik.github.io/qtprotobuf
MIT License
169 stars 38 forks source link

the libprotoc17 dependency is redundant and causes issues with ubuntu 22.04 #271

Closed gmabey closed 2 years ago

gmabey commented 2 years ago

that is, redundant to the protobuf-compiler dependency:

root@c83c70b8da59:/# apt info protobuf-compiler
Package: protobuf-compiler
Version: 3.12.4-1ubuntu7
<snip>
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotoc23 (= 3.12.4-1ubuntu7), libstdc++6 (>= 5.2)
<snip>
root@c83c70b8da59:/# apt info libprotoc23      
Package: libprotoc23
Version: 3.12.4-1ubuntu7
<snip>
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf23 (>= 3.12.4), libstdc++6 (>= 11)
semlanik commented 2 years ago

Thanks!