Package: python3-orange3 Version: 3.38.1-2 Severity: serious Tags: patch The following generates the required dependency on python3-numpy2-abi0 | python3-numpy-abi9
--- debian/rules.old 2025-02-26 20:42:01.914337933 +0000 +++ debian/rules 2025-02-26 20:42:21.422337783 +0000 @@ -2,7 +2,7 @@ export PYBUILD_NAME=orange3 %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild override_dh_auto_test: