On Wed, Oct 14, 2020 at 10:22:50AM +0200, Matthias Klose wrote: > subversion b-d's on python3-all-dev, but only builds for the default python3 > version.
It actually builds for all available versions, but the install is broken. This used to work with Python 2.x. It looks like the difference is that python$$v -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())' no longer returns a version-specific path. When installing the Python bindings, that means we install all versions to the same path and they overwrite each other. Was this an intentional change? If so, I guess I'll need to emulate aspects of pybuild to handle this. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB

