#1076204 python3-bjdata: C extension silently not built with recent numpy

Package:
python3-bjdata
Source:
python3-bjdata
Description:
Binary JData (BJData) encoder/decoder for python 3
Submitter:
Adrian Bunk
Date:
2024-07-12 12:51:07 UTC
Severity:
normal
Tags:
#1076204#5
Date:
2024-07-12 12:48:31 UTC
From:
To:
https://buildd.debian.org/status/fetch.php?pkg=pybj&arch=amd64&ver=0.2.6-2%2Bb1&stamp=1720780666&raw=0

...
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.12 -c src/decoder.c -o build/temp.linux-x86_64-cpython-312/src/decoder.o -std=c99 -DUSE__BJDATA
src/decoder.c:20:10: fatal error: numpy/arrayobject.h: No such file or directory
   20 | #include <numpy/arrayobject.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
...