diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-01 10:17:09 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 21:01:40 +0000 |
commit | baf2bf26350a40ceec9e4b4e6ce8d00d91238715 (patch) | |
tree | 70fbcaffeaa1f9ed382dc2bc5e7c4503e4511b12 /gnu/packages | |
parent | 7bc471783d120a0ca184e4f99cfecb6ebf477d30 (diff) | |
download | guix-baf2bf26350a40ceec9e4b4e6ce8d00d91238715.tar.gz guix-baf2bf26350a40ceec9e4b4e6ce8d00d91238715.zip |
gnu: python-sphinx-5: Adjust inputs.
* gnu/packages/sphinx.scm (python-sphinx-5) [propagated-inputs]: Remove
python-flake8, python-isort, and python-mypy.
Change-Id: I3de5a076b251ea7585fd96d43109e19ece318830
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/sphinx.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 29bcc651c3..33ac6924c6 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -201,13 +201,10 @@ sources.") python-colorama python-docutils python-filelock - python-flake8 python-html5lib python-imagesize python-importlib-metadata - python-isort python-jinja2 - python-mypy python-packaging python-pygments python-requests |