> In this case the fix is straightforward. Nowadays you can safely
> assume Python 3.3 or newer, and therefore you can replace "import
> pipes" with "import shlex" and "pipes.quote" with "shlex.quote"; that
> seems to be all that this script needs.
Thanks for the easy fix suggestion, if I can not
On Mon, Oct 07, 2024 at 06:31:17PM +0200, Antoine Le Gonidec wrote:
> My first step is going to check if I can simply drop this vendored
> boringssl source (with a bit of luck it is not required for anything
> really important).
>
> If I can not do that I might have to find a way to patch it to dr
Thank you for the heads up!
As I only very recently took over the maintenance of src:mono, that has
been before that unmaintained for many years, I still have little
konwledge of its codebase and build chain.
My first step is going to check if I can simply drop this vendored
boringssl source (wit
3 matches
Mail list logo