~ruther/guix-local

49a311e7bd9c6aa01b786e2856f445590dc1fa5d — Sharlatan Hellseher a month ago b666611
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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")