guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: python-ipython: Add missing input.


From: guix-commits
Subject: 06/06: gnu: python-ipython: Add missing input.
Date: Fri, 6 May 2022 04:17:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a2fb35e43db8913a26377d19f4cab5759774240c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 6 09:47:58 2022 +0200

    gnu: python-ipython: Add missing input.
    
    * gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Add
    python-decorator.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4cf606e6e2..804cffced4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8999,6 +8999,7 @@ callback signature using a prototype function.")
     (build-system python-build-system)
     (propagated-inputs
      (list python-backcall
+           python-decorator
            python-pyzmq
            python-prompt-toolkit-2
            python-terminado



reply via email to

[Prev in Thread] Current Thread [Next in Thread]