in the current Sid (Python 3.10.6),
$ python3 -c "import sysconfig; print (sysconfig.get_path('purelib'));"
gives
/usr/local/lib/python3.10/dist-packages
I suspect that it formaly gave (< Python 3.10.6)
/usr/lib/python3.10/dist-packages
You want to propagate the change to /usr/share/aclocal/ax_python_devel.m4 distributed in autoconf-archive .
(I localized the error there.)
Otherwise, is there any keyword to get /usr/lib/python<PV>/dist-packages
via sysconfig.get_path ? May we pass 'distlib' ?
I guess it would be useful.
The solution in build tools is to explicitly select the posix_prefix
scheme, and specify the appropriate prefix (/usr or /usr/local). For
build tools that default to /usr/local, this should be all you need to
do.
My brand new package graph-tool [1] that experienced a FTBFS duringYou want to propagate the change to /usr/share/aclocal/ax_python_devel.m4 distributed in autoconf-archive .Can you point at a package that FTBFS because of this? Or something
(I localized the error there.)
easily reproducible. It's really useful to have test cases, when
changing code you've never seen before.
what should be a quiet 'Upload to unstable'.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 349 |
Nodes: | 16 (2 / 14) |
Uptime: | 116:13:39 |
Calls: | 7,612 |
Files: | 12,786 |
Messages: | 5,683,798 |