From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add optional dependencies to ipython. Date: Thu, 21 May 2015 21:58:48 +0200 Message-ID: <878uch1z47.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvWcJ-0006Nu-N5 for guix-devel@gnu.org; Thu, 21 May 2015 15:58:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvWcF-0007Ai-Hx for guix-devel@gnu.org; Thu, 21 May 2015 15:58:55 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvWcF-0007Ac-El for guix-devel@gnu.org; Thu, 21 May 2015 15:58:51 -0400 In-Reply-To: (Ricardo Wurmus's message of "Thu, 21 May 2015 15:25:41 +0200") 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: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > From 9243823abad3943bd3f4ebe4f6d18cc53c2143e0 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 21 May 2015 15:24:11 +0200 > Subject: [PATCH] gnu: python-ipython: Add optional dependencies. > > * gnu/packages/python.scm (python-ipython)[inputs]: Add optional dependen= cies > "python-tornado" and "python-pyzmq". LGTM. One question though: how much does it add to the ipython=E2=80=99s closure size, and is it something that many ipython users would have little use for? IOW, the popularity/extra-space ratio should be greater than one. :-) Ludo=E2=80=99.