From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59989) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFcHT-00055t-MO for guix-patches@gnu.org; Sat, 21 Mar 2020 07:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFcHS-0005fU-Gm for guix-patches@gnu.org; Sat, 21 Mar 2020 07:27:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40047) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFcHS-0005ek-D8 for guix-patches@gnu.org; Sat, 21 Mar 2020 07:27:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFcHS-0001Iy-75 for guix-patches@gnu.org; Sat, 21 Mar 2020 07:27:06 -0400 Subject: [bug#39777] [PATCH V5 05/14] gnu: python-cachecontrol: Add missing propagated-input. Resent-Message-ID: From: Tanguy Le Carrour Date: Sat, 21 Mar 2020 12:26:20 +0100 Message-Id: <20200321112629.20988-5-tanguy@bioneland.org> In-Reply-To: <20200321112629.20988-1-tanguy@bioneland.org> References: <20200321112629.20988-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 b02ffd5f58..2cc4bc270f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2036,6 +2036,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.2