Bug#1006615: python3-pybind11: Handle Python 3.10's default sysconfig paths

2022-03-09 Thread stefanor
Hi Gianfranco (2022.03.09_15:40:56_+) > Why is then gemmi in Ubuntu installing stuff into /usr/local/lib/python3.10 > and dh-python not moving it into /usr/lib? Because dh_python3 hasn't been called yet, at this point in the build. You need to update the dh_install config file. > --

Bug#1006615: python3-pybind11: Handle Python 3.10's default sysconfig paths

2022-03-09 Thread Gianfranco Costamagna
Hello Stefano Why is then gemmi in Ubuntu installing stuff into /usr/local/lib/python3.10 and dh-python not moving it into /usr/lib? -- Installing: /gemmi-0.5.2+ds/debian/tmp/usr/include/gemmi/sfcalc.hpp -- Installing: /gemmi-0.5.2+ds/debian/tmp/usr/include/gemmi/sprintf.hpp -- Installing:

Bug#1006615: python3-pybind11: Handle Python 3.10's default sysconfig paths

2022-03-01 Thread Stefano Rivera
Hi Debian (2022.02.28_13:58:36_-0400) > Attached are a pair of patches to address the issue. I've forwarded them > upstream in https://github.com/pybind/pybind11/pull/3764 And it has been merged, upstream. SR -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272

Bug#1006615: python3-pybind11: Handle Python 3.10's default sysconfig paths

2022-02-28 Thread Stefano Rivera
Package: python3-pybind11 Version: 2.9.1-1 Severity: normal Tags: patch Forwarded: https://github.com/pybind/pybind11/pull/3764 Until recently, the Python sysconfig module didn't know about Debian's deb_system and posix_local schemes that were patched into distutils.sysconfig. This changed in