Python packaging targets
Python packaging targets
Posted Feb 23, 2023 14:30 UTC (Thu) by hrw (subscriber, #44826)Parent article: Python packaging targets
Binary compatibility is kind of sorted out with manylinux environments. But they are based on old releases of distributions so it can be hard to collect all build dependencies.
Forcing to install from distribution is wrong. What if current distro release has 1-2 years old package only and we need features from newer one? Change distro or distro release?
