[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/43: python-freezegun: Correct input.
From: |
Hartmut Goebel |
Subject: |
40/43: python-freezegun: Correct input. |
Date: |
Tue, 18 Oct 2016 11:20:11 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit d4fbd1701c04ab0b3ed346cb01617f488d898eaf
Author: Hartmut Goebel <address@hidden>
Date: Mon Oct 17 00:51:32 2016 +0200
python-freezegun: Correct input.
dateutils -> propagated
---
gnu/packages/python.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index de1ca3e..b6904c2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10050,10 +10050,10 @@ List. Forked from and using the same API as the
publicsuffix package.")
(native-inputs
`(("python-mock" ,python-mock)
("python-nose" ,python-nose)
- ("python-coverage" ,python-coverage)
- ("python-dateutil-2" ,python-dateutil-2)))
+ ("python-coverage" ,python-coverage)))
(propagated-inputs
- `(("python-six" ,python-six)))
+ `(("python-six" ,python-six)
+ ("python-dateutil-2" ,python-dateutil-2)))
(arguments
`(#:phases (modify-phases %standard-phases
;; The tests are normally executed via `make test`, but the PyPi
- 23/43: zope.interface: Correct inputs., (continued)
- 23/43: zope.interface: Correct inputs., Hartmut Goebel, 2016/10/18
- 18/43: Add TODO comment, Hartmut Goebel, 2016/10/18
- 05/43: gnu: python-joblib: Remove python byte-code files from source., Hartmut Goebel, 2016/10/18
- 24/43: python-zope-location: Correct inputs., Hartmut Goebel, 2016/10/18
- 26/43: zope.security: Correct inputs., Hartmut Goebel, 2016/10/18
- 34/43: python-sphinx-repoze-autointerface: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 32/43: Remove some outdated comments., Hartmut Goebel, 2016/10/18
- 33/43: python-celery: Remove needless inputs., Hartmut Goebel, 2016/10/18
- 41/43: python-dateutil, python-dateutil-2: Update home-page url., Hartmut Goebel, 2016/10/18
- 31/43: python-tox: Update FIXME comments., Hartmut Goebel, 2016/10/18
- 40/43: python-freezegun: Correct input.,
Hartmut Goebel <=
- 20/43: CLEAN, LATER: Remove useless self-defined phase., Hartmut Goebel, 2016/10/18
- 35/43: python-sphinxcontrib-programoutput: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 21/43: add TODO comment, Hartmut Goebel, 2016/10/18
- 42/43: python-nautilus: Correct inouts, Hartmut Goebel, 2016/10/18
- 28/43: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/18
- 38/43: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/10/18
- 29/43: CLEAN: python-sphinxcontrib-newsfeed REmove needlass input, Hartmut Goebel, 2016/10/18
- 08/43: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 39/43: python-consul correct inputs, Hartmut Goebel, 2016/10/18
- 04/43: python-oauthlib: Correct inputs. REWORD, Hartmut Goebel, 2016/10/18