diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2018-08-26 17:35:46 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2018-09-12 22:16:18 -0400 |
commit | 4bd8f4f3028fcabf90c5c262ac237c037e668939 (patch) | |
tree | dcaa9c78a7fc7c9546773b58862b13382350a441 /gnu | |
parent | 614cfd5c540c59cc45a0fbaaf08538b5646bfb2b (diff) | |
download | guix-4bd8f4f3028fcabf90c5c262ac237c037e668939.tar guix-4bd8f4f3028fcabf90c5c262ac237c037e668939.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6367def203..88c971b328 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |