diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-08 16:13:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-09 19:17:21 +0100 |
commit | 0e8826824c6ec3160969117ec87805cb82d74c70 (patch) | |
tree | aecf55d74240ac31b3ea4da58382df47fe809b38 | |
parent | 4709decb453ac21c4602f78ee692cee37346dea2 (diff) | |
download | guix-0e8826824c6ec3160969117ec87805cb82d74c70.tar.gz guix-0e8826824c6ec3160969117ec87805cb82d74c70.zip |
gnu: python-rich: Remove optional input ipywidgets.
* gnu/packages/python-xyz.scm (python-rich)[propagated-inputs]: Remove
python-ipywidgets.
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ae62eea969..81b887ccfd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14782,7 +14782,6 @@ is made as zipfile like as possible.") `(("python-attrs" ,python-attrs) ("python-colorama" ,python-colorama) ("python-commonmark" ,python-commonmark) - ("python-ipywidgets" ,python-ipywidgets) ("python-pygments" ,python-pygments) ("python-typing-extensions" ,python-typing-extensions))) (native-inputs |