mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
gnu: python-numpysane: Use python-numpy@1.
* gnu/packages/python-xyz.scm (python-numpysane): [propagated-inputs]: Remove python-numpy; add python-numpy-1. Change-Id: I9fa1bf6e8b8110350d5524740653e02d99e36a91 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
b6666118f5
commit
49a311e7bd
@@ -11205,7 +11205,7 @@ include_dirs = ~:*~a/include~%"
|
||||
(setenv "CC"
|
||||
#$(cc-for-target))
|
||||
(invoke "make" "check"))))))
|
||||
(propagated-inputs (list python-numpy))
|
||||
(propagated-inputs (list python-numpy-1))
|
||||
(native-inputs (list perl pkg-config python-setuptools))
|
||||
(home-page "https://github.com/dkogan/numpysane")
|
||||
(synopsis "More-reasonable core functionality for numpy")
|
||||
|
||||
Reference in New Issue
Block a user