[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/43: python-oauthlib: Correct inputs. REWORD
From: |
Hartmut Goebel |
Subject: |
04/43: python-oauthlib: Correct inputs. REWORD |
Date: |
Tue, 18 Oct 2016 11:20:06 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit de14ddae989dfa6e2805d8c4854751d109373e68
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 19:26:33 2016 +0200
python-oauthlib: Correct inputs. REWORD
Move all [propagated-inputs] to [native-inputs]. [native-inputs]: Remove
python-mock, python-coverage.
python2-oauthlib [native-inputs]: Add python2-mock.
---
gnu/packages/python.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 22e95d9..5bc80aa 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
- 40/43: python-freezegun: Correct input., (continued)
- 40/43: python-freezegun: Correct input., Hartmut Goebel, 2016/10/18
- 20/43: CLEAN, LATER: Remove useless self-defined phase., Hartmut Goebel, 2016/10/18
- 35/43: python-sphinxcontrib-programoutput: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 21/43: add TODO comment, Hartmut Goebel, 2016/10/18
- 42/43: python-nautilus: Correct inouts, Hartmut Goebel, 2016/10/18
- 28/43: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/18
- 38/43: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/10/18
- 29/43: CLEAN: python-sphinxcontrib-newsfeed REmove needlass input, Hartmut Goebel, 2016/10/18
- 08/43: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 39/43: python-consul correct inputs, Hartmut Goebel, 2016/10/18
- 04/43: python-oauthlib: Correct inputs. REWORD,
Hartmut Goebel <=
- 06/43: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 12/43: gnu: python2-scikit-image: Remove needless inputs. 2 REWORD, Hartmut Goebel, 2016/10/18
- 22/43: TODO: Remove .pyc, Hartmut Goebel, 2016/10/18
- 43/43: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/18
- 09/43: FIXUP oauthlib, Hartmut Goebel, 2016/10/18
- 30/43: python-urllib3: update comment, Hartmut Goebel, 2016/10/18
- 36/43: python-responses: Correct inputs, Hartmut Goebel, 2016/10/18
- 37/43: python-pika: Correct input, Hartmut Goebel, 2016/10/18
- 16/43: python-rst.linker, python2-rst.linker MOVE REWORD, Hartmut Goebel, 2016/10/18
- 25/43: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/18