apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 05717dd1afac4c3f8f4f97a15a1d0b7f155125ff Author: Lars-Dominik Braun <[email protected]> AuthorDate: Thu Jan 7 13:53:25 2021 +0100 gnu: python-traitlets: Add missing input. * 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 86f416e..fe50763 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6922,7 +6922,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))))
