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 1sEQhs-001Q7J-BQ for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 04 Jun 2024 09:43:53 +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 1sEQhq-00G91E-Dd for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 04 Jun 2024 09:43:50 +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 1sEQhq-00G916-7D for pgsql-pkg-debian@lists.postgresql.org; Tue, 04 Jun 2024 09:43:50 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sEQhk-003NsG-8n for pgsql-pkg-debian@lists.postgresql.org; Tue, 04 Jun 2024 09:43:48 +0000 Received: from msg.df7cb.de (unknown [62.23.211.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Vtlz21TT9z3FCV; Tue, 4 Jun 2024 11:43:42 +0200 (CEST) Date: Tue, 4 Jun 2024 11:43:41 +0200 From: Christoph Berg To: Bradford Boyle Cc: David Steele , pgsql-pkg-debian@lists.postgresql.org Subject: Re: pgBackRest 2.52 - New upstream version Message-ID: References: <213838ba-a1bb-4187-841a-1eed809e73e4@pgmasters.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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 Christoph