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.
This commit is contained in:
Hartmut Goebel 2016-10-16 19:26:33 +02:00
parent 130fe99410
commit bb06aa3446
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 4 additions and 6 deletions

View File

@ -2464,13 +2464,10 @@ somewhat intelligeble.")
"1bfrj70vdjxjw74khbyh6f0dksv7p5rh2346jnlrffyacd3gwjzg")))) "1bfrj70vdjxjw74khbyh6f0dksv7p5rh2346jnlrffyacd3gwjzg"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-coverage" ,python-coverage) `(("python-nose" ,python-nose)
("python-nose" ,python-nose)
("python-mock" ,python-mock)))
(propagated-inputs
`(("python-blinker" ,python-blinker)
("python-cryptography" ,python-cryptography) ("python-cryptography" ,python-cryptography)
("python-pyjwt" ,python-pyjwt))) ("python-pyjwt" ,python-pyjwt)
("python-blinker" ,python-blinker)))
(home-page "https://github.com/idan/oauthlib") (home-page "https://github.com/idan/oauthlib")
(synopsis "OAuth implementation for Python") (synopsis "OAuth implementation for Python")
(description (description
@ -2484,6 +2481,7 @@ OAuth request-signing logic.")
(package (package
(inherit base) (inherit base)
(native-inputs `(("python2-unittest2" ,python2-unittest2) (native-inputs `(("python2-unittest2" ,python2-unittest2)
("python2-mock" ,python2-mock)
,@(package-native-inputs base)))))) ,@(package-native-inputs base))))))
(define-public python-itsdangerous (define-public python-itsdangerous