Package: python3-ovn-octavia-provider Version: 10.0.0-1 Severity: normal I noticed that python3-ovn-octavia-provider, an arch-all package has a runtime dependency on python3.13 (until now, the default Python 3 version).
This presumably comes from the shebang, which you probably don't want to be versioned: $ head /usr/bin/octavia-ovn-db-sync-util #!/usr/bin/python3.13 dh_python3 should have fixed that for you. I'm not sure why it didn't. We also typically build python packages with /usr/bin/python3 not /usr/bin/python3.X (where 3.X is the dafault version) to avoid this kind of problem. But this package isn't using pybuild... Stefano

