guix-patches
[Top][All Lists]
Advanced

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

[bug#51178] [PATCH] gnu: python-arrow: Move python-pytz to native-inputs


From: jgart
Subject: [bug#51178] [PATCH] gnu: python-arrow: Move python-pytz to native-inputs.
Date: Wed, 13 Oct 2021 05:30:32 -0400

* gnu/packages/time.scm (python-arrow)[native-inputs]: Move python-pytz to
native-inputs since it is only used for testing purposes.
---
 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 df4b8ac6f5..b60fab5db5 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
-- 
2.33.0






reply via email to

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