Re: Bug#1009397: dh-python: Flit plugin suddenly installs to usr/local/ causing FTBFS

2022-04-15 Thread Philip Rinn
Hi Stefano, Am 15.04.22 um 16:08 schrieb Stefano Rivera: Aha, of course. You can try to use the pyproject plugin, directly (we should retire the flit plugin in favour of it, at some point). I did that and it indeed fixes the problem. But yes, fixing the flit plugin should be simple enough...

Re: Bug#1009397: dh-python: Flit plugin suddenly installs to usr/local/ causing FTBFS

2022-04-15 Thread Stefano Rivera
Hi Philip (2022.04.15_14:06:28_+) > I think I found a way to fix it, just like you did it here > https://salsa.debian.org/python-team/tools/dh-python/-/commit/6137db4dc870672615c31c9d1c9535dafe5b0d2a > I'll create a MR later. Aha, of course. You can try to use the pyproject plugin, directly (

Re: Bug#1009397: dh-python: Flit plugin suddenly installs to usr/local/ causing FTBFS

2022-04-15 Thread Philip Rinn
Hi Stefano, Am 15.04.22 um 15:44 schrieb Stefano Rivera: It'll be something related to https://lists.debian.org/debian-python/2022/03/msg00039.html So true, thanks for the pointer. I'll have a more detailed look, later today. I think I found a way to fix it, just like you did it here http