efraim pushed a commit to branch master
in repository guix.

commit a16867950994a16b6d5b0d4f9e64c4738e7de654
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Oct 30 02:51:32 2021 +0000

    gnu: python-pyerfa: Adjust inputs.
    
    * gnu/packages/astronomy.scm (python-pyerfa)[inputs]: Move python-numpy to 
...
    [propagated-inputs]: ... here.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/astronomy.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1fb6f5a..e5f14ba 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2020 R Veera Kumar <[email protected]>
 ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2021 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2021 Vinicius Monego <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1005,12 +1006,13 @@ JPL ephemerides use to predict raw (x,y,z) planetary 
positions.")
              (setenv "PYERFA_USE_SYSTEM_LIBERFA" "1")
              #t)))))
     (native-inputs
-     `(("pytest" ,python-pytest)
-       ("setuptools-scm" ,python-setuptools-scm)
-       ("pytest-doctestplus" ,python-pytest-doctestplus)))
+     `(("pytest-doctestplus" ,python-pytest-doctestplus)
+       ("python-pytest" ,python-pytest)
+       ("python-setuptools-scm" ,python-setuptools-scm)))
     (inputs
-     `(("liberfa" ,erfa)
-       ("numpy" ,python-numpy)))
+     `(("liberfa" ,erfa)))
+    (propagated-inputs
+     `(("python-numpy" ,python-numpy)))
     (home-page "https://github.com/liberfa/pyerfa";)
     (synopsis "Python bindings for ERFA")
     (description

Reply via email to