guix-commits
[Top][All Lists]
Advanced

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

88/104: gnu: python-freezegun: Correct input.


From: Hartmut Goebel
Subject: 88/104: gnu: python-freezegun: Correct input.
Date: Tue, 15 Nov 2016 21:37:07 +0000 (UTC)

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

commit 4e0969686cf005105b5a2f9718f0a2bdde9a6b4c
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:51:32 2016 +0200

    gnu: python-freezegun: Correct input.
    
    * u/packages/python.scm(python-freezegun)[native-inputs] move
      python-dateutils-2 to [propagated-inputs].
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b3f2ad3..f3a5ddf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10879,10 +10879,10 @@ List.  Forked from and using the same API as the 
publicsuffix package.")
     (native-inputs
      `(("python-mock" ,python-mock)
        ("python-nose" ,python-nose)
-       ("python-coverage" ,python-coverage)
-       ("python-dateutil-2" ,python-dateutil-2)))
+       ("python-coverage" ,python-coverage)))
     (propagated-inputs
-     `(("python-six" ,python-six)))
+     `(("python-six" ,python-six)
+       ("python-dateutil-2" ,python-dateutil-2)))
     (arguments
      `(#:phases (modify-phases %standard-phases
         ;; The tests are normally executed via `make test`, but the PyPi



reply via email to

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