Re: git: 809ff8bfc9d4 - main - mail/queue-repair: fix with Python 3

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Mon, 08 May 2023 12:43:10 UTC
On Mon, May 08, 2023 at 08:26:45AM +0000, Robert Clausecker wrote:
> commit 809ff8bfc9d4b3221ed5c5329d70d40ba3c8e900
> 
>   mail/queue-repair: fix with Python 3
>  
> +--- queue_repair.py.orig	2003-10-22 15:54:13 UTC
> ++++ queue_repair.py
> +@@ -1,4 +1,4 @@
> +-#!/usr/bin/python
> ++#!/usr/local/bin/python3.9

This does not look right (hardcoded Python version).

./danfe