guix-commits
[Top][All Lists]
Advanced

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

103/104: gnu: python-botocore: fix inputs.


From: Hartmut Goebel
Subject: 103/104: gnu: python-botocore: fix inputs.
Date: Tue, 15 Nov 2016 21:37:09 +0000 (UTC)

htgoebel pushed a commit to branch python-build-system
in repository guix.

commit 8fa6890b6c5c0fca98fc52c85942ef0ff0b65921
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 15 21:28:21 2016 +0100

    gnu: python-botocore: fix inputs.
    
    * gnu/packages/python.scm (python-botocore): [inputs] change to
      [native-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f2e226a..b09ef5b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8313,7 +8313,7 @@ document.")
     `(("python-dateutil" ,python-dateutil-2)
       ("python-docutils" ,python-docutils)
       ("python-jmespath" ,python-jmespath)))
-   (inputs
+   (native-inputs
     `(("python-mock" ,python-mock)
       ("python-nose" ,python-nose)
       ("behave" ,behave)



reply via email to

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