[Debian-pan-maintainers] Bug#1098974: python3-orange3: missing dependency on numpy abi
Adrian Bunk
bunk at debian.org
Wed Feb 26 21:05:27 GMT 2025
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:
More information about the Debian-pan-maintainers
mailing list