From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: [PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-inputs. Date: Sat, 4 Feb 2017 16:35:06 +0000 Message-ID: <20170204163506.16758-10-contact.ng0@cryptolab.net> References: <20170204163506.16758-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ca3J5-0005Qg-HO for guix-devel@gnu.org; Sat, 04 Feb 2017 11:35:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ca3J4-0007tT-CW for guix-devel@gnu.org; Sat, 04 Feb 2017 11:35:23 -0500 Received: from aibo.runbox.com ([91.220.196.211]:38676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ca3J4-0007sz-5p for guix-devel@gnu.org; Sat, 04 Feb 2017 11:35:22 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ca3J2-0007wr-Ui for guix-devel@gnu.org; Sat, 04 Feb 2017 17:35:21 +0100 In-Reply-To: <20170204163506.16758-1-contact.ng0@cryptolab.net> 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: guix-devel@gnu.org Cc: ng0 From: ng0 * gnu/packages/python.scm (python-requests)[propagated-inputs]: Add python-pysocks. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ad40dfde..4d3b5e997 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2506,6 +2506,8 @@ installed with a newer @code{pip} or with wheel's own command line utility.") ("python-pytest-cov" ,python-pytest-cov) ("python-wheel" ,python-wheel) ("python-pytest-httpbin-0.0.7" ,python-pytest-httpbin-0.0.7))) + (propagated-inputs + `(("python-pysocks" ,python-pysocks))) (home-page "http://python-requests.org/") (synopsis "Python HTTP library") (description -- 2.11.0