guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-arrow: Move python-pytz to native-inp


From: guix-commits
Subject: branch master updated: gnu: python-arrow: Move python-pytz to native-inputs.
Date: Wed, 20 Oct 2021 06:01:59 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 19d3cfe  gnu: python-arrow: Move python-pytz to native-inputs.
19d3cfe is described below

commit 19d3cfec72720a4a1339be3d14f4d88ae5bd59f4
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Oct 13 05:30:32 2021 -0400

    gnu: python-arrow: Move python-pytz to native-inputs.
    
    * gnu/packages/time.scm (python-arrow)[propagated-inputs]: Move
    python-pytz to ...
    [native-inputs]: ... here since it is only used for testing purposes.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index df4b8ac..b60fab5 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -435,10 +435,10 @@ timestamps.")
        ("python-pytest" ,python-pytest)
        ("python-pytest-cov" ,python-pytest-cov)
        ("python-pytest-mock" ,python-pytest-mock)
+       ("python-pytz" ,python-pytz)
        ("python-simplejson" ,python-simplejson)))
     (propagated-inputs
-     `(("python-dateutil" ,python-dateutil)
-       ("python-pytz" ,python-pytz)))
+     `(("python-dateutil" ,python-dateutil)))
     (home-page "https://github.com/arrow-py/arrow";)
     (synopsis "Dates and times for Python")
     (description



reply via email to

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