guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 031892498849b91b80b0eebc2f518ceac5e233d4
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 12:56:39 2025 +0200

    gnu: emacs-jedi: Remove development inputs.
    
    * gnu/packages/emacs-xyz.scm (emacs-jedi):
    [native-inputs]: Remove python-tox.
    
    Change-Id: Id73daf81ace4a904f72c0fc1064a182e8b3faf53
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65c4019dc4..92eae83f37 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12912,7 +12912,7 @@ generates it as a string.  Please see the homepage for 
usage examples.")
               (emacs-substitute-variables "jedi-core.el"
                 ("jedi:server-command"
                  `(list ,(search-input-file outputs 
"bin/jediepcserver")))))))))
-    (native-inputs (list emacs-mocker python-wrapper python-tox))
+    (native-inputs (list emacs-mocker python-wrapper))
     (inputs (list python-wrapper python-epc python-jedi)) ;wrapped
     (propagated-inputs
      (list emacs-auto-complete emacs-python-environment emacs-epc))

Reply via email to