guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#37234] [PATCH 09/21] gnu: python-botocore: Remove unused inputs.


From: Marius Bakke
Subject: [bug#37234] [PATCH 09/21] gnu: python-botocore: Remove unused inputs.
Date: Fri, 30 Aug 2019 16:25:27 +0200

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]