guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-traitlets: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: python-traitlets: Add missing input.
Date: Sun, 25 Apr 2021 02:14:59 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 860d28d  gnu: python-traitlets: Add missing input.
860d28d is described below

commit 860d28da6ef850d0c191d756d0804fef03f8e778
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 25 09:13:42 2021 +0300

    gnu: python-traitlets: Add missing input.
    
    Reported by phodina <phodina@protonmail.com>.
    
    * gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add
    python-six.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2e89917..8e5e06d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7349,7 +7349,8 @@ cluster down and deletes the throwaway profile.")
          (replace 'check (lambda _ (invoke "pytest" "-vv" "traitlets"))))))
     (propagated-inputs
      `(("python-ipython-genutils" ,python-ipython-genutils)
-       ("python-decorator" ,python-decorator)))
+       ("python-decorator" ,python-decorator)
+       ("python-six" ,python-six)))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (properties `((python2-variant . ,(delay python2-traitlets))))



reply via email to

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