diff options
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 60ea8e993e..1254d48741 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1232,8 +1232,14 @@ the terminal. It also supports IPython/Jupyter.") (substitute* "requirements-dev.txt" (("(.*)==(.*)$" _ dep ver) (string-append dep ">=" ver)))))))) + (native-inputs + (list python-coverage + python-nose + python-pylint + python-setuptools + python-tox + python-wheel)) (propagated-inputs (list python-colorama)) - (native-inputs (list python-coverage python-nose python-pylint python-tox)) (home-page "https://github.com/manrajgrover/py-log-symbols") (synopsis "Python library with graphical symbols for logging on the terminal") (description "This package provides a Python library with graphical symbols @@ -1260,7 +1266,13 @@ purposes.") (substitute* "requirements-dev.txt" (("(.*)==(.*)$" _ dep ver) (string-append dep ">=" ver)))))))) - (native-inputs (list python-coverage python-nose python-pylint python-tox)) + (native-inputs + (list python-coverage + python-nose + python-pylint + python-setuptools + python-tox + python-wheel)) (home-page "https://github.com/manrajgrover/py-spinners") (synopsis "Python library with graphical spinners for the terminal") (description "Spinners is a Python library that contains graphical spinners |