From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 07/16] gnu: Add python-nbformat. Date: Fri, 4 Nov 2016 11:28:34 +0100 Message-ID: <87k2cja699.fsf@mdc-berlin.de> References: <20161101122046.751-1-ricardo.wurmus@mdc-berlin.de> <20161101122046.751-8-ricardo.wurmus@mdc-berlin.de> <4e412473-ad5a-6401-9227-c6c1a99f578b@crazy-compilers.com> 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]:52668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2bjo-00073Z-Tc for guix-devel@gnu.org; Fri, 04 Nov 2016 06:28:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2bjl-0006Af-Lm for guix-devel@gnu.org; Fri, 04 Nov 2016 06:28:44 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:44445) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2bjl-00069Z-FB for guix-devel@gnu.org; Fri, 04 Nov 2016 06:28:41 -0400 In-Reply-To: <4e412473-ad5a-6401-9227-c6c1a99f578b@crazy-compilers.com> 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: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel writes: > Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus: >> + (propagated-inputs >> + `(("python-ipython-genutils" ,python-ipython-genutils) >> + ("python-jsonschema" ,python-jsonschema) >> + ("python-jupyter-core" ,python-jupyter-core) >> + ("python-setuptools" ,python-setuptools) > Why is setuptools required at run-time? > > This question also belongs to the other packages where setuptools are a > propagated-input. I think you=E2=80=99re right about this. I=E2=80=99ll rebuild the packag= es with setuptools as a native input. Thanks! ~~ Ricardo