[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/104: gnu: python-oauthlib, python-oauthlib2: Correct inputs.
From: |
Hartmut Goebel |
Subject: |
61/104: gnu: python-oauthlib, python-oauthlib2: Correct inputs. |
Date: |
Tue, 15 Nov 2016 21:37:05 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit bb06aa344656b044f83cc2f0ac4c7bcbf5cd10e6
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 8213e83..117e845 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2464,13 +2464,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
@@ -2484,6 +2481,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
- 58/104: gnu: python-statsmodels: Fix build, (continued)
- 58/104: gnu: python-statsmodels: Fix build, Hartmut Goebel, 2016/11/15
- 60/104: gnu: python-pyjwt: Add missing inputs and enable test-suite., Hartmut Goebel, 2016/11/15
- 65/104: gnu: python-blinker: No longer disable tests., Hartmut Goebel, 2016/11/15
- 69/104: gnu: python-redis: Remove unused input., Hartmut Goebel, 2016/11/15
- 73/104: gnu: python-zope-interface: Correct inputs., Hartmut Goebel, 2016/11/15
- 70/104: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/11/15
- 47/104: gnu: python-ipython: Fix build., Hartmut Goebel, 2016/11/15
- 52/104: gnu: python-scripttest: Correct inputs., Hartmut Goebel, 2016/11/15
- 54/104: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/11/15
- 56/104: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/11/15
- 61/104: gnu: python-oauthlib, python-oauthlib2: Correct inputs.,
Hartmut Goebel <=
- 84/104: gnu: python-sphinxcontrib-programoutput: Remove needless input., Hartmut Goebel, 2016/11/15
- 80/104: gnu: python-tox: Update FIXME comments., Hartmut Goebel, 2016/11/15
- 91/104: gnu: python-testlib: Remove useless self-defined phase "unpack"., Hartmut Goebel, 2016/11/15
- 103/104: gnu: python-botocore: fix inputs., Hartmut Goebel, 2016/11/15
- 42/104: gnu: python2-pysnptools: Correct inputs., Hartmut Goebel, 2016/11/15
- 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