gnu: python-jedi: Update to 0.12.1.
* gnu/packages/python.scm (python-jedi): Update to 0.12.1. [propagated-inputs]: Move python-parso here, as it is required at run time.
This commit is contained in:
		
							parent
							
								
									614cfd5c54
								
							
						
					
					
						commit
						4bd8f4f302
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9655,8 +9655,9 @@ characters, mouse support, and auto suggestions.")
 | 
			
		|||
                           (invoke "py.test" "-vv"))))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("python-pytest" ,python-pytest)
 | 
			
		||||
       ("python-parso" ,python-parso)
 | 
			
		||||
       ("python-docopt" ,python-docopt)))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("python-parso" ,python-parso)))
 | 
			
		||||
    (home-page "https://github.com/davidhalter/jedi")
 | 
			
		||||
    (synopsis "Autocompletion and static analysis library for Python")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue