gnu: python-pyerfa: Adjust inputs.
* gnu/packages/astronomy.scm (python-pyerfa)[inputs]: Move python-numpy to ... [propagated-inputs]: ... here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
27b0e71ecd
commit
a168679509
1 changed files with 7 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
||||||
;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
|
;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
|
||||||
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
|
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; 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")
|
(setenv "PYERFA_USE_SYSTEM_LIBERFA" "1")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pytest" ,python-pytest)
|
`(("pytest-doctestplus" ,python-pytest-doctestplus)
|
||||||
("setuptools-scm" ,python-setuptools-scm)
|
("python-pytest" ,python-pytest)
|
||||||
("pytest-doctestplus" ,python-pytest-doctestplus)))
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("liberfa" ,erfa)
|
`(("liberfa" ,erfa)))
|
||||||
("numpy" ,python-numpy)))
|
(propagated-inputs
|
||||||
|
`(("python-numpy" ,python-numpy)))
|
||||||
(home-page "https://github.com/liberfa/pyerfa")
|
(home-page "https://github.com/liberfa/pyerfa")
|
||||||
(synopsis "Python bindings for ERFA")
|
(synopsis "Python bindings for ERFA")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue