From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhbhA-0003DU-Ve for qemu-devel@nongnu.org; Thu, 01 Oct 2015 07:06:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhbh7-0000hn-O3 for qemu-devel@nongnu.org; Thu, 01 Oct 2015 07:06:40 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:37457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhbh7-0000hc-HA for qemu-devel@nongnu.org; Thu, 01 Oct 2015 07:06:37 -0400 Received: by wicfx3 with SMTP id fx3so22923393wic.0 for ; Thu, 01 Oct 2015 04:06:37 -0700 (PDT) Sender: Paolo Bonzini References: <1441396383-17304-1-git-send-email-armbru@redhat.com> <560B041A.4070005@redhat.com> From: Paolo Bonzini Message-ID: <560D13B9.8060806@redhat.com> Date: Thu, 1 Oct 2015 13:06:33 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: Require Python 2.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Eric Blake Cc: Markus Armbruster , QEMU Developers On 30/09/2015 00:25, Peter Maydell wrote: > On 29 September 2015 at 22:35, Eric Blake wrote: >> ping >> >> On 09/04/2015 04:44 PM, Peter Maydell wrote: >>> On 4 September 2015 at 20:53, Markus Armbruster wrote: >>>> RHEL-6 and SLES-11 provide Python 2.6. It'll also work on OS X back >>>> to 10.6. >>>> >>>> Signed-off-by: Markus Armbruster >>> >>> Reviewed-by: Peter Maydell >>> >>> I wonder if we're ever going to need to add that Python 3 >>> support the error message alludes to :-) >> >> Which tree will this be going through? > > Random buildsystem stuff usually gets picked up by Paolo. I've queued it but I'm a bit busy, so I'm not going to send the next pull request until I've managed to test the record-replay stuff. Anyone can feel free to pick up this patch or others. Paolo