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
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -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")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue