From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 10/12] gnu: paramiko: Move python-pycrypto to the propagated inputs. Date: Mon, 12 Oct 2015 23:41:06 +0200 Message-ID: <1444686068-7668-11-git-send-email-tipecaml@gmail.com> References: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlkqa-0003oN-01 for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlkqX-00077N-T8 for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:31 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:34000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlkqX-000775-NX for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:29 -0400 Received: by wicgb1 with SMTP id gb1so65632363wic.1 for ; Mon, 12 Oct 2015 14:41:29 -0700 (PDT) In-Reply-To: <1444686068-7668-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 (python-paramiko): Move python-pycrypto to the propagated-inputs. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d88a3c6..6cecaac 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -411,9 +411,10 @@ John the Ripper).") (build-system python-build-system) (native-inputs `(("python-setuptools" ,python-setuptools))) + (propagated-inputs + `(("python-pycrypto" ,python-pycrypto))) (inputs - `(("python-ecdsa" ,python-ecdsa) - ("python-pycrypto" ,python-pycrypto))) + `(("python-ecdsa" ,python-ecdsa))) (home-page "http://www.paramiko.org/") (synopsis "SSHv2 protocol library") (description "Paramiko is a python implementation of the SSHv2 protocol, -- 2.1.4