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:
Maxim Cournoyer 2018-08-26 17:35:46 -04:00
parent 614cfd5c54
commit 4bd8f4f302
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -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