[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/104: gnu: python-consul: Correct inputs.
From: |
Hartmut Goebel |
Subject: |
87/104: gnu: python-consul: Correct inputs. |
Date: |
Tue, 15 Nov 2016 21:37:07 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit fd1d6de729efde0907fe50d9a711a48ac450c82d
Author: Hartmut Goebel <address@hidden>
Date: Mon Oct 17 00:48:02 2016 +0200
gnu: python-consul: Correct inputs.
* gnu/packages/python.scm(python-consul)[native-inuts] move python-requests
and python-six to [propagated-inputs].
---
gnu/packages/python.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 20b0b60..b3f2ad3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10748,8 +10748,9 @@ interface for programs.")
"0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
(build-system python-build-system)
(native-inputs
- `(("python-pytest" ,python-pytest)
- ("python-requests" ,python-requests)
+ `(("python-pytest" ,python-pytest)))
+ (propagated-inputs
+ `(("python-requests" ,python-requests)
("python-six" ,python-six)))
(home-page "https://github.com/cablehead/python-consul")
(synopsis "Python client for Consul")
- 40/104: gnu: python-zope-schema: Add missing inputs., (continued)
- 40/104: gnu: python-zope-schema: Add missing inputs., Hartmut Goebel, 2016/11/15
- 48/104: gnu: vdirsyncer: Fix build by setting correct PYTHONPATH., Hartmut Goebel, 2016/11/15
- 59/104: gnu: python-cov-core: Fix imports., Hartmut Goebel, 2016/11/15
- 62/104: gnu: python-joblib: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 20/104: gnu: Fix python inputs, part 1: all inputs become propagated-inputs., Hartmut Goebel, 2016/11/15
- 78/104: gnu: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/11/15
- 74/104: gnu: python-zope-location: Correct inputs., Hartmut Goebel, 2016/11/15
- 79/104: gnu: python-urllib3: update comment., Hartmut Goebel, 2016/11/15
- 66/104: gnu: python-scikit-image: Correct inputs., Hartmut Goebel, 2016/11/15
- 86/104: gnu: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/11/15
- 87/104: gnu: python-consul: Correct inputs.,
Hartmut Goebel <=
- 68/104: gnu: python2-scikit-image: Remove needless native-input and inheritance., Hartmut Goebel, 2016/11/15
- 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