[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/97: gnu: python2-scikit-image: Remove needless propagated-input.
From: |
Hartmut Goebel |
Subject: |
69/97: gnu: python2-scikit-image: Remove needless propagated-input. |
Date: |
Tue, 18 Oct 2016 20:13:21 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 2aadefedcdb77dc98d88c381f478c1dd2862b683
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 308e145..43d8606 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2893,10 +2893,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
- 38/97: gnu: python-singledispatch: correct inputs., (continued)
- 38/97: gnu: python-singledispatch: correct inputs., Hartmut Goebel, 2016/10/18
- 42/97: gnu: python-zope-testing: Remove needless input., Hartmut Goebel, 2016/10/18
- 44/97: gnu: python-fonttools: Remove intervening directory in site-packges., Hartmut Goebel, 2016/10/18
- 43/97: gnu: python2-pysnptools: Correct inputs., Hartmut Goebel, 2016/10/18
- 50/97: gnu: thefuck: Fix build., Hartmut Goebel, 2016/10/18
- 45/97: gnu: python-numpy-bootstrap, python-numpy: Fix build., Hartmut Goebel, 2016/10/18
- 54/97: gnu: python-subunit, python-testrepository: Fix inputs, Hartmut Goebel, 2016/10/18
- 58/97: gnu: pytest-mock: remove needless propagated input "python-py"., Hartmut Goebel, 2016/10/18
- 67/97: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 65/97: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 69/97: gnu: python2-scikit-image: Remove needless propagated-input.,
Hartmut Goebel <=
- 73/97: gnu: Add python-rst.linker, python2-rst.linker., Hartmut Goebel, 2016/10/18
- 77/97: python-zope-location: Correct inputs., Hartmut Goebel, 2016/10/18
- 75/97: Add TODO comments., Hartmut Goebel, 2016/10/18
- 76/97: zope.interface: Correct inputs., Hartmut Goebel, 2016/10/18
- 79/97: zope.security: Correct inputs., Hartmut Goebel, 2016/10/18
- 85/97: python-celery: Remove needless inputs., Hartmut Goebel, 2016/10/18
- 57/97: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/10/18
- 63/97: gnu: python-oauthlib, python-oauthlib2: Correct inputs., Hartmut Goebel, 2016/10/18
- 72/97: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/10/18
- 55/97: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/10/18