guix-commits
[Top][All Lists]
Advanced

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

104/104: gnu: python-awscli: fix inputs.


From: Hartmut Goebel
Subject: 104/104: gnu: python-awscli: 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 d46491779e18cf614caeeb1b4becbd9171c64416
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 15 21:28:45 2016 +0100

    gnu: python-awscli: fix inputs.
    
    * gnu/packages/python.scm (python-awscli): [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 b09ef5b..60b94b5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8346,7 +8346,7 @@ interface to the Amazon Web Services (AWS) API.")
       ("python-s3transfer" ,python-s3transfer)
       ("python-docutils" ,python-docutils)
       ("python-rsa" ,python-rsa)))
-   (inputs
+   (native-inputs
     `(("python-mock" ,python-mock)
       ("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)



reply via email to

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