From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 00/13] Add gourmet (and dependent python packages) Date: Fri, 21 Nov 2014 10:21:28 +0100 Message-ID: <20141121092128.GA19765@debian.math.u-bordeaux1.fr> References: <1416548468-28421-1-git-send-email-bavier@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrkPM-0004Ds-UU for guix-devel@gnu.org; Fri, 21 Nov 2014 04:21:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrkPF-00020v-FS for guix-devel@gnu.org; Fri, 21 Nov 2014 04:21:40 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:65108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrkPF-00020o-5b for guix-devel@gnu.org; Fri, 21 Nov 2014 04:21:33 -0500 Content-Disposition: inline In-Reply-To: <1416548468-28421-1-git-send-email-bavier@member.fsf.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org, Eric Bavier On Thu, Nov 20, 2014 at 11:40:55PM -0600, Eric Bavier wrote: > The addition of sqlite to python will require a fair number of package > rebuilds. I think I dealt with the introduced module circular dependencies in > an acceptable manner. This could be dealt with as last time by creating a branch wip-python, let it build on hydra and cherry-pick the patch into master when the builds are finished. Andreas