Package: src:opencv
Version: 4.10.0+dfsg-6
Severity: serious
Tags: sid forky ftbfs

Seen that in an Ubuntu build, not yet sure why it doesn't ftbfs in Debian.

-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.13.9", minimum required is "3.2") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.13.so (found suitable exact version "3.13.9")
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    import numpy; print(numpy.get_include())
    ^^^^^^^^^^^^
ModuleNotFoundError: No module named 'numpy'

and indeed, there is no explicit b-d on python3-numpy, while you add one as a dependency explicitly. Please also add it as a build dependency.

Reply via email to