Package: libpython3.9-dev Version: 3.9.2-1 Severity: serious Justification: missing dependency User: debian-cr...@lists.debian.org Usertags: ftcbfs Control: affects -1 + src:apparmor
libpython3.9.so links -lz and ${DEB_HOST_GNU_TYPE}-python3.9-config --libs emits -lz. As such libpython3.9-dev needs to depend on zlib1g-dev. Such a dependency is present in python3.9-dev, so this issue is not seen in practice all that often, it does break cross building apparmor though. Adding the missing dependency seems like a simple and safe thing to do, which should be valid during the freeze. I guess the dependency can be dropped from python3.9-dev. It should only live on libpython3.9-dev. Helmut