[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/57: gnu: python-testrepositoryfixture: Correct inputs.
From: |
Hartmut Goebel |
Subject: |
34/57: gnu: python-testrepositoryfixture: Correct inputs. |
Date: |
Thu, 13 Oct 2016 15:20:34 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit f99830096543ef19cf0aa817c6b8ace49a1141d3
Author: Hartmut Goebel <address@hidden>
Date: Thu Oct 13 14:46:12 2016 +0200
gnu: python-testrepositoryfixture: Correct inputs.
python-fixtures is required only for building.
* gnu/packages/python.scm (python-testrepository) [propagated-inputs] move
python-fixtures to [native-inputs].
---
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 941dc52..0605f2e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2006,10 +2006,10 @@ Python tests.")
"1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
(build-system python-build-system)
(propagated-inputs
- `(("python-fixtures-0.3.16" ,python-fixtures-0.3.16)
- ("python-testtools" ,python-testtools)))
+ `(("python-testtools" ,python-testtools)))
(native-inputs
- `(("python-subunit" ,python-subunit)
+ `(("python-fixtures" ,python-fixtures)
+ ("python-subunit" ,python-subunit)
("python-mimeparse" ,python-mimeparse)))
(home-page "https://launchpad.net/testrepository")
(synopsis "Database for Python test results")
- 20/57: gnu: Fix inputs in python.scm, part 1: inputs -> propagated-inputs., (continued)
- 20/57: gnu: Fix inputs in python.scm, part 1: inputs -> propagated-inputs., Hartmut Goebel, 2016/10/13
- 53/57: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/10/13
- 52/57: gnu: python-subunit, python-testrepository: Fix inputs, Hartmut Goebel, 2016/10/13
- 41/57: gnu: python2-pysnptools: Correct inputs., Hartmut Goebel, 2016/10/13
- 57/57: Add a series of FIXME and TODO comments., Hartmut Goebel, 2016/10/13
- 55/57: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/10/13
- 11/57: gnu: Remove python-setuptools and python2-setuptools from inputs (part 2), Hartmut Goebel, 2016/10/13
- 01/57: gnu: ensure pip and setuptools are installed even for Python 2., Hartmut Goebel, 2016/10/13
- 15/57: gnu: Remove needless inputs python-pip and python2-pip., Hartmut Goebel, 2016/10/13
- 30/57: gnu: python-h5py: Remove needless "python2-variant" property., Hartmut Goebel, 2016/10/13
- 34/57: gnu: python-testrepositoryfixture: Correct inputs.,
Hartmut Goebel <=
- 07/57: guix: Add lint-checker for packages which should be no inputs at all., Hartmut Goebel, 2016/10/13
- 21/57: gnu: Fix inputs in python.scm, part 2: inputs -> native-inputs., Hartmut Goebel, 2016/10/13
- 02/57: guix: build all Python packages with --single-version-externally-managed., Hartmut Goebel, 2016/10/13
- 33/57: gnu: python-fixture: Enable tests., Hartmut Goebel, 2016/10/13
- 32/57: gnu: python-fixture: Correct inputs., Hartmut Goebel, 2016/10/13
- 36/57: gnu: python-singledispatch: correct inputs., Hartmut Goebel, 2016/10/13
- 39/57: gnu: python-zope-schema: Add missing inputs., Hartmut Goebel, 2016/10/13
- 29/57: gnu: python-ccm: Update synopsis and description., Hartmut Goebel, 2016/10/13
- 38/57: gnu: python-pytest-flakes: Fix build., Hartmut Goebel, 2016/10/13
- 28/57: gnu: python-ccm: Add missing input python-psutil., Hartmut Goebel, 2016/10/13