From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 06/12] gnu: python: Add python-pymongo. Date: Mon, 8 Aug 2016 16:39:36 -0400 Message-ID: <20160808203936.GA21992@jasmine> References: <20160805183730.19049-2-david@craven.ch> <20160805183730.19049-6-david@craven.ch> <20160808203602.GA21736@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWrKv-0005NL-CR for guix-devel@gnu.org; Mon, 08 Aug 2016 16:39:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWrKs-0000Ei-5e for guix-devel@gnu.org; Mon, 08 Aug 2016 16:39:49 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:57771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWrKq-0000DQ-VB for guix-devel@gnu.org; Mon, 08 Aug 2016 16:39:46 -0400 Content-Disposition: inline In-Reply-To: <20160808203602.GA21736@jasmine> 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: David Craven Cc: guix-devel@gnu.org On Mon, Aug 08, 2016 at 04:36:02PM -0400, Leo Famulari wrote: > We have a "python2-variant" system that we use when the Python 2 version > of some package requires a different set of inputs from the Python 3 > version that it is based on. There is a good example in python-lockfile > / python2-lockfile. For your reference, this is the bug report that led to the creation of this tool: http://bugs.gnu.org/22437