From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH v2 03/10] gnu: Add python-pytest-pep8. Date: Mon, 25 Apr 2016 10:43:00 +0200 Message-ID: References: <1461244921-7412-1-git-send-email-donttrustben@gmail.com> <1461503184-8841-1-git-send-email-donttrustben@gmail.com> <1461503184-8841-4-git-send-email-donttrustben@gmail.com> <20160424170405.GA12480@debian-netbook> <571D5AA1.9090605@gmail.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]:51579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auc6v-0008Ck-BF for Guix-devel@gnu.org; Mon, 25 Apr 2016 04:43:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auc6q-0003wC-B2 for Guix-devel@gnu.org; Mon, 25 Apr 2016 04:43:17 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:36531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auc6q-0003w4-1r for Guix-devel@gnu.org; Mon, 25 Apr 2016 04:43:12 -0400 In-Reply-To: <571D5AA1.9090605@gmail.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: Ben Woodcroft Cc: Guix-devel@gnu.org Ben Woodcroft writes: >>> + (propagated-inputs >>> + `(("python-pytest-cache", python-pytest-cache) >>> + ("python-pytest" ,python-pytest) >>> + ("python-pep8" ,python-pep8))) >> Are you sure all of these need to be propagated? > > That's what the install_requires in setup.py is telling me. Doesn=E2=80=99t this mean that these packages are only needed at build ti= me? Could they not be made native-inputs then? ~~ Ricardo