gnu: python-ipython: Add missing input.

* gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Add
python-decorator.
This commit is contained in:
Ricardo Wurmus 2022-05-06 09:47:58 +02:00
parent ce1746819b
commit a2fb35e43d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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