[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
102/104: gnu: python-pip: fix inputs.
From: |
Hartmut Goebel |
Subject: |
102/104: gnu: python-pip: fix inputs. |
Date: |
Tue, 15 Nov 2016 21:37:09 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit 05e2e4cf005142ea18b3615209ffb585decb3880
Author: Hartmut Goebel <address@hidden>
Date: Tue Nov 15 22:20:04 2016 +0100
gnu: python-pip: fix inputs.
* gnu/packages/python.scm (python-pip): [inputs] change 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 c195bb6..f2e226a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6466,9 +6466,9 @@ library.")
(base32
"08cm8d4228fj0qnrysy3qv1a6022zr3dcs25amd14lgxil6vvx26"))))
(build-system python-build-system)
- (inputs
- `(("python-virtualenv" ,python-virtualenv)
- ;; Tests
+ (native-inputs
+ `(;; Tests
+ ("python-virtualenv" ,python-virtualenv)
("python-mock" ,python-mock)
("python-pytest" ,python-pytest)
("python-scripttest" ,python-scripttest)))
- 82/104: gnu: python-celery: Remove needless inputs., (continued)
- 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
- 92/104: gnu: khal: Fix build., Hartmut Goebel, 2016/11/15
- 95/104: gnu: python-pytest-django: Remove needless propagated input "python-py"., Hartmut Goebel, 2016/11/15
- 93/104: gnu: python2-warpedlmm: Remove phase remove-bin-directory., Hartmut Goebel, 2016/11/15
- 90/104: gnu: python-sphinxcontrib-newsfeed: Remove needless input., Hartmut Goebel, 2016/11/15
- 97/104: gnu: python-flake8-2.2.4: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 98/104: gnu: python-tables: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 101/104: gnu: python2-ipython: fix inputs., Hartmut Goebel, 2016/11/15
- 94/104: gnu: python2-pbcore: Fix inputs:, Hartmut Goebel, 2016/11/15
- 102/104: gnu: python-pip: fix inputs.,
Hartmut Goebel <=
- 104/104: gnu: python-awscli: fix inputs., Hartmut Goebel, 2016/11/15
- 14/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 2), Hartmut Goebel, 2016/11/15