summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 66d53500034..eb7297f9929 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")