[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/103: gnu: python2-scikit-image: Remove needless propagated-input.
From: |
Hartmut Goebel |
Subject: |
67/103: gnu: python2-scikit-image: Remove needless propagated-input. |
Date: |
Tue, 25 Oct 2016 17:44:43 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 2977a6498b0984af86c1d950bd74085afa676263
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 20:32:13 2016 +0200
gnu: python2-scikit-image: Remove needless propagated-input.
* gnu/packages/python.scm: (python2-scikit-image)
[propagated-inputs]: Remove python-pytz, it does not occur anywhere in
the source.
---
gnu/packages/python.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3daf80c..f154599 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2881,10 +2881,7 @@ mining and data analysis.")
(package (inherit scikit-image)
(native-inputs
`(("python2-mock" ,python2-mock)
- ,@(package-native-inputs scikit-image)))
- (propagated-inputs
- `(("python2-pytz" ,python2-pytz)
- ,@(package-propagated-inputs scikit-image))))))
+ ,@(package-native-inputs scikit-image))))))
(define-public python-redis
(package
- 74/103: gnu: python-zope-location: Correct inputs., (continued)
- 74/103: gnu: python-zope-location: Correct inputs., Hartmut Goebel, 2016/10/25
- 32/103: gnu: python-hdf5: Correct inputs., Hartmut Goebel, 2016/10/25
- 12/103: gnu: Remove python-setuptools and python2-setuptools from inputs (part 1b), Hartmut Goebel, 2016/10/25
- 49/103: gnu: thefuck: Fix build., Hartmut Goebel, 2016/10/25
- 51/103: gnu: python-pandas: Fix build., Hartmut Goebel, 2016/10/25
- 58/103: gnu: python-statsmodels: Fix build, Hartmut Goebel, 2016/10/25
- 71/103: gnu: Add python-rst.linker, python2-rst.linker., Hartmut Goebel, 2016/10/25
- 72/103: gnu: python-pathpy: Build documentation., Hartmut Goebel, 2016/10/25
- 88/103: gnu: python-consul: Correct inputs., Hartmut Goebel, 2016/10/25
- 62/103: gnu: python-joblib: Remove python byte-code files from source., Hartmut Goebel, 2016/10/25
- 67/103: gnu: python2-scikit-image: Remove needless propagated-input.,
Hartmut Goebel <=
- 56/103: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/10/25
- 63/103: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/25
- 47/103: gnu: python-ipython: Fix build., Hartmut Goebel, 2016/10/25
- 52/103: gnu: python-scripttest: Correct inputs., Hartmut Goebel, 2016/10/25
- 45/103: gnu: python-matplotlib: Fix build., Hartmut Goebel, 2016/10/25
- 46/103: gnu: python-scipy: Fix build., Hartmut Goebel, 2016/10/25
- 54/103: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/10/25
- 50/103: gnu: openstack: Correct inputs., Hartmut Goebel, 2016/10/25
- 44/103: gnu: python-numpy-bootstrap, python-numpy: Fix build., Hartmut Goebel, 2016/10/25
- 59/103: gnu: python-cov-core: Fix imports., Hartmut Goebel, 2016/10/25