[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/97: gnu: python-oauthlib, python-oauthlib2: Correct inputs.
From: |
Hartmut Goebel |
Subject: |
63/97: gnu: python-oauthlib, python-oauthlib2: Correct inputs. |
Date: |
Tue, 18 Oct 2016 20:13:20 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 3b39682c4225298d67bd12306ed9dc9882f178af
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 19:26:33 2016 +0200
gnu: python-oauthlib, python-oauthlib2: Correct inputs.
* gnu/packages/python.scm (python-oauthlib) [propagated-inputs] Move all to
[native-inputs]. [native-inputs]: Remove python-mock, python-coverage.
(python2-oauthlib)[native-inputs]: Add python2-mock.
---
gnu/packages/python.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2d6411d..bb65c69 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2397,13 +2397,10 @@ somewhat intelligeble.")
"1bfrj70vdjxjw74khbyh6f0dksv7p5rh2346jnlrffyacd3gwjzg"))))
(build-system python-build-system)
(native-inputs
- `(("python-coverage" ,python-coverage)
- ("python-nose" ,python-nose)
- ("python-mock" ,python-mock)))
- (propagated-inputs
- `(("python-blinker" ,python-blinker)
+ `(("python-nose" ,python-nose)
("python-cryptography" ,python-cryptography)
- ("python-pyjwt" ,python-pyjwt)))
+ ("python-pyjwt" ,python-pyjwt)
+ ("python-blinker" ,python-blinker)))
(home-page "https://github.com/idan/oauthlib")
(synopsis "OAuth implementation for Python")
(description
@@ -2417,6 +2414,7 @@ OAuth request-signing logic.")
(package
(inherit base)
(native-inputs `(("python2-unittest2" ,python2-unittest2)
+ ("python2-mock" ,python2-mock)
,@(package-native-inputs base))))))
(define-public python-itsdangerous
- 67/97: python-blinker: No longer disable tests., (continued)
- 67/97: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 65/97: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 69/97: gnu: python2-scikit-image: Remove needless propagated-input., Hartmut Goebel, 2016/10/18
- 73/97: gnu: Add python-rst.linker, python2-rst.linker., Hartmut Goebel, 2016/10/18
- 77/97: python-zope-location: Correct inputs., Hartmut Goebel, 2016/10/18
- 75/97: Add TODO comments., Hartmut Goebel, 2016/10/18
- 76/97: zope.interface: Correct inputs., Hartmut Goebel, 2016/10/18
- 79/97: zope.security: Correct inputs., Hartmut Goebel, 2016/10/18
- 85/97: python-celery: Remove needless inputs., Hartmut Goebel, 2016/10/18
- 57/97: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/10/18
- 63/97: gnu: python-oauthlib, python-oauthlib2: Correct inputs.,
Hartmut Goebel <=
- 72/97: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/10/18
- 55/97: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/10/18
- 61/97: gnu: python-cov-core: Fix imports., Hartmut Goebel, 2016/10/18
- 51/97: gnu: openstack: Correct inputs., Hartmut Goebel, 2016/10/18
- 37/97: gnu: python-pbr: Rework bootstrapping., Hartmut Goebel, 2016/10/18
- 60/97: gnu: python-statsmodels: Fix build, Hartmut Goebel, 2016/10/18
- 62/97: gnu: python-pyjwt: Add missing inputs and enable test-suite., Hartmut Goebel, 2016/10/18
- 15/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a), Hartmut Goebel, 2016/10/18
- 66/97: gnu: python-feedgenerator: Remove python byte-code files from source., Hartmut Goebel, 2016/10/18
- 68/97: gnu: python-scikit-image: Correct inputs., Hartmut Goebel, 2016/10/18