me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2019-05-12 18:53:36 +02:00
parent 5f7e3ac066
commit e7c67f1b69
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 2 deletions

View File

@ -1443,8 +1443,9 @@ with python-requests.")
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose) `(("python-nose" ,python-nose)
("python-mock" ,python-mock) ("python-mock" ,python-mock)))
("python-cryptography" ,python-cryptography) (propagated-inputs
`(("python-cryptography" ,python-cryptography)
("python-pyjwt" ,python-pyjwt) ("python-pyjwt" ,python-pyjwt)
("python-blinker" ,python-blinker))) ("python-blinker" ,python-blinker)))
(home-page "https://github.com/oauthlib/oauthlib") (home-page "https://github.com/oauthlib/oauthlib")