gnu: python-oauthlib: Propagate required inputs.
* gnu/packages/python-web.scm (python-oauthlib)[native-inputs]: Move PYTHON-CRYPTOGRAPHY, PYTHON-PYJWT, and PYTHON-BLINKER ... [propagated-inputs]: ... here.
This commit is contained in:
parent
5f7e3ac066
commit
e7c67f1b69
|
@ -1443,8 +1443,9 @@ with python-requests.")
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-mock" ,python-mock)
|
||||
("python-cryptography" ,python-cryptography)
|
||||
("python-mock" ,python-mock)))
|
||||
(propagated-inputs
|
||||
`(("python-cryptography" ,python-cryptography)
|
||||
("python-pyjwt" ,python-pyjwt)
|
||||
("python-blinker" ,python-blinker)))
|
||||
(home-page "https://github.com/oauthlib/oauthlib")
|
||||
|
|
Loading…
Reference in New Issue