From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43680) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBDdt-0005DJ-HB for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBDdq-0006A0-UA for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBDdq-00069w-Qw for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBDdq-0004iO-Mx for guix-patches@gnu.org; Mon, 09 Mar 2020 04:20:02 -0400 Subject: [bug#39777] [PATCH V3 07/11] gnu: python-cachecontrol: Add missing propagated-input. Resent-Message-ID: From: Tanguy Le Carrour Date: Mon, 9 Mar 2020 09:18:23 +0100 Message-Id: <20200309081827.13489-7-tanguy@bioneland.org> In-Reply-To: <20200309081827.13489-1-tanguy@bioneland.org> References: <20200309081827.13489-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39777@debbugs.gnu.org Cc: Tanguy Le Carrour * gnu/packages/python-web.scm (python-cachecontrol): [propagated-inputs]: Add python-msgpack. --- gnu/packages/python-web.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d294e43d45..214a98522f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2037,6 +2037,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." `(#:tests? #f)) (propagated-inputs `(("python-requests" ,python-requests) + ("python-msgpack" ,python-msgpack) ("python-lockfile" ,python-lockfile))) (home-page "https://github.com/ionrock/cachecontrol") (synopsis "The httplib2 caching algorithms for use with requests") -- 2.25.1