From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 5/5] gnu: Add python2-keyring. Date: Thu, 17 Sep 2015 16:23:49 +0200 Message-ID: <1442499829-13894-6-git-send-email-tipecaml@gmail.com> References: <1442499829-13894-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zca6V-0000ne-9S for guix-devel@gnu.org; Thu, 17 Sep 2015 10:24:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zca6U-0003Tm-BL for guix-devel@gnu.org; Thu, 17 Sep 2015 10:24:03 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:36788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zca6U-0003Th-4l for guix-devel@gnu.org; Thu, 17 Sep 2015 10:24:02 -0400 Received: by wicgb1 with SMTP id gb1so120336723wic.1 for ; Thu, 17 Sep 2015 07:24:01 -0700 (PDT) In-Reply-To: <1442499829-13894-1-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: guix-devel@gnu.org * 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") -- 2.1.4