guix-commits
[Top][All Lists]
Advanced

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

89/103: gnu: python-freezegun: Correct input.


From: Hartmut Goebel
Subject: 89/103: gnu: python-freezegun: Correct input.
Date: Tue, 25 Oct 2016 17:47:57 +0000 (UTC)

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

commit 11d385c193e080667b65ad4b324b781e85636c19
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 8d60c34..78166e2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10108,10 +10108,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]