Question about the policy of installing third-party binary dependencies missing from pypi.
There is a package distributed via pypi, depending on the set of libraries from the debian repository of debian packages (apt install). Without these libraries, the package will not work / install. How to install / ask the user to install these libraries.
What is community policy on this issue?