mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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 @@ (define-public python-jedi
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue