diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-12-03 14:08:13 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-03 17:44:14 +0100 |
| commit | 635d29c24451284d1891f0be3acd95f2606cc6f1 (patch) | |
| tree | 42a870973ec859e2de47fbbe31bffa85c52fa58f /gnu | |
| parent | fcb5409438db65ac0b779def4df5542b36378e90 (diff) | |
gnu: python-scikit-image: Propagate six and numpy.
* gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move
PYTHON-NUMPY and PYTHON-SIX ...
[propagated-inputs]: ... here.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ce91fbedbad..d2514686733 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -2839,13 +2839,13 @@ and is very extensible.") | |||
| 2839 | ("python-dask" ,python-dask) | 2839 | ("python-dask" ,python-dask) |
| 2840 | ("python-matplotlib" ,python-matplotlib) | 2840 | ("python-matplotlib" ,python-matplotlib) |
| 2841 | ("python-networkx" ,python-networkx) | 2841 | ("python-networkx" ,python-networkx) |
| 2842 | ("python-numpy" ,python-numpy) | ||
| 2842 | ("python-pillow" ,python-pillow) | 2843 | ("python-pillow" ,python-pillow) |
| 2843 | ("python-pywavelets" ,python-pywavelets) | 2844 | ("python-pywavelets" ,python-pywavelets) |
| 2844 | ("python-scipy" ,python-scipy))) | 2845 | ("python-scipy" ,python-scipy) |
| 2845 | (native-inputs | ||
| 2846 | `(("python-numpy" ,python-numpy) | ||
| 2847 | ("python-cython" ,python-cython) | ||
| 2848 | ("python-six" ,python-six))) | 2846 | ("python-six" ,python-six))) |
| 2847 | (native-inputs | ||
| 2848 | `(("python-cython" ,python-cython))) | ||
| 2849 | (home-page "http://scikit-image.org/") | 2849 | (home-page "http://scikit-image.org/") |
| 2850 | (synopsis "Image processing in Python") | 2850 | (synopsis "Image processing in Python") |
| 2851 | (description | 2851 | (description |
