From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 0/5] Improve the pypi updater. Date: Sat, 23 Jul 2016 16:53:31 +0200 Message-ID: <3e786e6c-4ee4-5500-154e-254c7138ab26@gmail.com> References: <1468682605-12622-1-git-send-email-tipecaml@gmail.com> <87r3alpdvo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQyJ8-0000sY-1T for guix-devel@gnu.org; Sat, 23 Jul 2016 10:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQyJ3-0004ip-SX for guix-devel@gnu.org; Sat, 23 Jul 2016 10:53:37 -0400 In-Reply-To: <87r3alpdvo.fsf@gnu.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" To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: guix-devel@gnu.org On 07/22/2016 11:22 PM, Ludovic Courtès wrote: > Neat! So the test dependencies go to ‘inputs’ instead of > ‘propagated-inputs’, right? That can definitely save time and avoid > errors. > Indeed, the runtime dependencies are propagated inputs, and the test dependencies are native inputs. This is what we currently do when writing packages "by hand". > Is there an example package that illustrates this? Anything from OpenStack :-D Cyril.