Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sEewT-002nSB-2c for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 05 Jun 2024 00:55:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sEewS-003lb4-Or for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 05 Jun 2024 00:55:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sEewS-003law-Ib for pgsql-pkg-debian@lists.postgresql.org; Wed, 05 Jun 2024 00:55:52 +0000 Received: from mail.thelabyrinth.net ([45.56.70.56]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sEewP-003VAo-SU for pgsql-pkg-debian@lists.postgresql.org; Wed, 05 Jun 2024 00:55:51 +0000 Received: from [10.5.0.2] (unknown [45.85.144.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dsteele) by mail.thelabyrinth.net (Postfix) with ESMTPSA id 87687548E1; Wed, 5 Jun 2024 00:55:47 +0000 (UTC) Message-ID: Date: Wed, 5 Jun 2024 10:55:43 +1000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: pgBackRest 2.52 - New upstream version Content-Language: en-US To: Christoph Berg , Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org References: <213838ba-a1bb-4187-841a-1eed809e73e4@pgmasters.net> From: David Steele In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 6/4/24 19:43, Christoph Berg wrote: > Re: Bradford Boyle >>> It's a bit of a mess, but looks like we need to install >>> python3-distutils just for bullseye and focal as a build dependency. Is >>> that possible? > > We should keep it simple and add it unconditionally. python3-distutils > is needed on python < 3.10, so I used this: > > python3 (>= 3.10) | python3-distutils > This seems reasonable, though I do wish there was a meson-specific way to fix this. I guess their answer would be to upgrade. Regards, -David