From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56784) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i3hrr-0002RN-4T for guix-patches@gnu.org; Fri, 30 Aug 2019 10:27:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i3hrn-0002NT-Ia for guix-patches@gnu.org; Fri, 30 Aug 2019 10:27:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45849) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i3hrn-0002MY-Bb for guix-patches@gnu.org; Fri, 30 Aug 2019 10:27:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i3hrn-0003qi-6r for guix-patches@gnu.org; Fri, 30 Aug 2019 10:27:07 -0400 Subject: [bug#37234] [PATCH 09/21] gnu: python-botocore: Remove unused inputs. Resent-Message-ID: From: Marius Bakke Date: Fri, 30 Aug 2019 16:25:27 +0200 Message-Id: <20190830142539.28376-9-mbakke@fastmail.com> In-Reply-To: <20190830142539.28376-1-mbakke@fastmail.com> References: <20190830142539.28376-1-mbakke@fastmail.com> 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: 37234@debbugs.gnu.org * gnu/packages/python-xyz.scm (python-botocore)[native-inputs]: Remove. --- gnu/packages/python-xyz.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2fc2712395..f979d7d7be 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8748,12 +8748,6 @@ document.") ("python-docutils" ,python-docutils) ("python-jmespath" ,python-jmespath) ("python-urllib3" ,python-urllib3))) - (native-inputs - `(("python-mock" ,python-mock) - ("python-nose" ,python-nose) - ("behave" ,behave) - ("python-tox" ,python-tox) - ("python-wheel" ,python-wheel))) (home-page "https://github.com/boto/botocore") (synopsis "Low-level interface to AWS") (description "Botocore is a Python library that provides a low-level -- 2.22.1