Re: Is pip(x) used internally while Debian packaging?

Alexandre Detiste <[email protected]> Sat, 14 Feb 2026 16:54:52 +0100
Newsgroups gmane.linux.debian.devel.python
Message-ID <CADsTwjLKa1P3MRk3_ut5ksKdkqfqAkAKG8ZP0K_WFEaT5PkXGQ@mail.gmail.com>
Hi Stefano,

On a side note, should python-build be updated to latest upstream release ?

Greetings

Alexandre

Le sam. 14 févr. 2026 à 14:54, Stefano Rivera <[email protected]> a écrit :
> Pip is not used. We use "build", another PEP 517 implementation, to
> build a wheel, that we then install the contents of.
>
> Stefano