[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/104: gnu: python2-scikit-image: Remove needless propagated-input.
From: |
Hartmut Goebel |
Subject: |
67/104: gnu: python2-scikit-image: Remove needless propagated-input. |
Date: |
Tue, 15 Nov 2016 21:37:05 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit ddd1dc3d2d6728bfe55fb7d9f562556c4992b4f8
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 f3ac670..00a323f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2983,10 +2983,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
- 89/104: gnu: python-nautilus: Correct inputs, (continued)
- 89/104: gnu: python-nautilus: Correct inputs, Hartmut Goebel, 2016/11/15
- 96/104: gnu: python-flake8: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 99/104: gnu: python-scikit-learn: Remove useless property "python2-variant"., Hartmut Goebel, 2016/11/15
- 100/104: gnu: python-betamax: fix inputs., Hartmut Goebel, 2016/11/15
- 12/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 1a), Hartmut Goebel, 2016/11/15
- 17/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 4b), Hartmut Goebel, 2016/11/15
- 46/104: gnu: python-scipy: Fix build., Hartmut Goebel, 2016/11/15
- 53/104: gnu: python-subunit, python-testrepository: Fix inputs, Hartmut Goebel, 2016/11/15
- 44/104: gnu: python-numpy-bootstrap, python-numpy: Fix build., Hartmut Goebel, 2016/11/15
- 64/104: gnu: python-feedgenerator: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 67/104: gnu: python2-scikit-image: Remove needless propagated-input.,
Hartmut Goebel <=
- 75/104: gnu: python-configobj: Correct inputs., Hartmut Goebel, 2016/11/15
- 76/104: gnu: python-zope-security: Correct inputs., Hartmut Goebel, 2016/11/15
- 55/104: gnu: python-setuptools: remove pre-built binaries from source., Hartmut Goebel, 2016/11/15
- 72/104: gnu: python-pathpy: Build documentation., Hartmut Goebel, 2016/11/15
- 77/104: gnu: python-websocket-client: Correct inputs., Hartmut Goebel, 2016/11/15
- 83/104: gnu: python-sphinx-repoze-autointerface: Remove needless input., Hartmut Goebel, 2016/11/15
- 81/104: gnu: Remove some outdated comments., Hartmut Goebel, 2016/11/15
- 85/104: gnu: python-responses: Correct inputs, Hartmut Goebel, 2016/11/15
- 82/104: gnu: python-celery: Remove needless inputs., Hartmut Goebel, 2016/11/15
- 88/104: gnu: python-freezegun: Correct input., Hartmut Goebel, 2016/11/15