From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Fix python-pygpgme FTBFS =?utf-8?Q?=5B?= =?utf-8?Q?was_Re=3A_Let=E2=80=99s_fix_build_failures_on_=E2=80=98staging?= =?utf-8?B?4oCZIV0=?= Date: Sat, 7 Jan 2017 16:46:27 -0500 Message-ID: <20170107214627.GA27722@jasmine> References: <20161223052339.GA17539@jasmine> <20170104084505.GB5126@jasmine> <87shoyfoe7.fsf@gnu.org> <87zij3f5rq.fsf_-_@gnu.org> <20170107171516.GA12076@jasmine> <87zij2y2to.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPyot-0006xN-Gk for guix-devel@gnu.org; Sat, 07 Jan 2017 16:46:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPyoo-00062g-Jp for guix-devel@gnu.org; Sat, 07 Jan 2017 16:46:35 -0500 Content-Disposition: inline In-Reply-To: <87zij2y2to.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sat, Jan 07, 2017 at 10:31:31PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Sat, Jan 07, 2017 at 12:50:33PM +0100, Ludovic Courtès wrote: > >> • there’s 1 tests failure in python2-pygpgme (breaks many things) > >> https://hydra.gnu.org/build/1752661 > > > > I attached a patch that takes a patch from Debian to fix the test > > failure. But I'm not sure if anything else is still broken in pygpgme. > > Woow, that was fast! > > > Also, AFAICT, only 'alot' uses python2-pygpgme. What else breaks? > > Nothing in fact (“alot” and “many things” are kinda synonymous? ;-)). ;) > > From 706934ec0765fa3adbf71d84a27cadfdd1c892b3 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Sat, 7 Jan 2017 12:11:45 -0500 > > Subject: [PATCH] gnu: python-pygpgme: Fix build failure. > > > > * gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[source]: Use it. > > LGTM, thank you! Pushed!