From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 5/5] gnu: Add python2-keyring. Date: Thu, 17 Sep 2015 17:26:02 +0200 Message-ID: References: <1442499829-13894-1-git-send-email-tipecaml@gmail.com> <1442499829-13894-6-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcb4i-0004sb-HA for guix-devel@gnu.org; Thu, 17 Sep 2015 11:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcb4d-0008EP-Bb for guix-devel@gnu.org; Thu, 17 Sep 2015 11:26:16 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:38642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcb4d-0008E3-2x for guix-devel@gnu.org; Thu, 17 Sep 2015 11:26:11 -0400 In-Reply-To: <1442499829-13894-6-git-send-email-tipecaml@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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt writes: > * gnu/packages/python.scm (python2-keyring): New variable. > --- > gnu/packages/python.scm | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index cecd750..3438f20 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -783,6 +783,9 @@ password storage.") > ;; "MIT" and PSF dual license > (license x11))) > > +(define-public python2-keyring > + (package-with-python2 python-keyring)) > + > (define-public python-six > (package > (name "python-six") Looks good to me! (What a cute little patch!) ~~ Ricardo