Hi, I had a look into this issue. It does _not_ look like a bug in the python-igraph packaging to me.
Nicolas suggested to patch debian/patches/3.7/distutils-install-layout.diff from python3-stdlib-extensions. It does in fact look like the actual issue: + 'unix_local': { + 'purelib': '$base/local/lib/python$py_version_short/dist-packages', + 'platlib': '$platbase/local/lib/python$py_version_short/dist-packages', + 'headers': '$base/local/include/python$py_version_short/$dist_name', + 'scripts': '$base/local/bin', + 'data' : '$base/local', + }, + 'deb_system': { + 'purelib': '$base/lib/python3/dist-packages', + 'platlib': '$platbase/lib/python3/dist-packages', + 'headers': '$base/include/python$py_version_short/$dist_name', + 'scripts': '$base/bin', + 'data' : '$base', + }, These headers entries seem wrong to me, $abiflags is missing. should be respectively '$base/local/include/python$py_version_short$abiflags/$dist_name' and '$base/include/python$py_version_short$abiflags/$dist_name' Matthias: should we open a python3-stdlib-extensions bug ? Do you think this issue can be fixed in time for Buster or should we upload a temporary fix for python-igraph ? cheers, Hugo -- Hugo Lefeuvre (hle) | www.owl.eu.com RSA4096_ 360B 03B3 BF27 4F4D 7A3F D5E8 14AA 1EB8 A247 3DFD ed25519_ 37B2 6D38 0B25 B8A2 6B9F 3A65 A36F 5357 5F2D DC4C
signature.asc
Description: PGP signature