gnu: python2-scikit-image: Use custom 'python2-' packages.
* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-' versions of 'matplotlib', 'numpy' and 'scipy'.master
parent
3cbe7d5e52
commit
d9bc0bf8fa
|
@ -2791,7 +2791,11 @@ mining and data analysis.")
|
|||
,@(package-native-inputs scikit-image)))
|
||||
(propagated-inputs
|
||||
`(("python2-pytz" ,python2-pytz)
|
||||
,@(package-propagated-inputs scikit-image))))))
|
||||
("python2-matplotlib" ,python2-matplotlib)
|
||||
("python2-numpy" ,python2-numpy)
|
||||
("python2-scipy" ,python2-scipy)
|
||||
,@(fold alist-delete (package-propagated-inputs scikit-image)
|
||||
'("python-matplotlib" "python-numpy" "python-scipy")))))))
|
||||
|
||||
(define-public python-redis
|
||||
(package
|
||||
|
|
Reference in New Issue