From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fM8Gd-0004xw-Po for guix-patches@gnu.org; Fri, 25 May 2018 04:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fM8GY-0002Fo-0f for guix-patches@gnu.org; Fri, 25 May 2018 04:40:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fM8GX-0002Fi-Tb for guix-patches@gnu.org; Fri, 25 May 2018 04:40:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fM8GX-0000FM-N9 for guix-patches@gnu.org; Fri, 25 May 2018 04:40:01 -0400 Subject: [bug#31565] [PATCH 3/5] gnu: Add python-gipc. Resent-Message-ID: References: <1527064522-20775-1-git-send-email-m.othacehe@gmail.com> <1527064522-20775-3-git-send-email-m.othacehe@gmail.com> <20180524223309.GA3669@jasmine.lan> From: Mathieu Othacehe In-reply-to: <20180524223309.GA3669@jasmine.lan> Date: Fri, 25 May 2018 10:39:20 +0200 Message-ID: <87k1rsceo7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 31565@debbugs.gnu.org Hi Leo, > To clarify, does it need python-gevent at run-time? If so, we should > propagate python-gevent. Otherwise LGTM Yes it is needed at run-time, I turned it into a propagated-input as you suggested. I also pushed the whole serie. Thanks for reviewing, Mathieu