Package: python3.10 Version: 3.10.2-3 Severity: important Dear Maintainer,
With 3.10.2-2:
Python 3.10.2 (main, Feb 22 2022, 13:57:42) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig.get_path('include')
'/usr/include/python3.10'
With 3.10.2-3:
Python 3.10.2 (main, Feb 25 2022, 20:13:53) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig.get_path('include')
'/usr/local/include/python3.10'
But this path is non-existent and there is no Python.h there.
It made one of my packages FTBFS:
https://launchpadlibrarian.net/591551085/buildlog_ubuntu-jammy-amd64.pyqt5_5.15.6+dfsg-1ubuntu3_BUILDING.txt.gz
Same happens with the current version in sid, 3.10.3-1.
--
Dmitry Shachnev
signature.asc
Description: PGP signature

