1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: tuir: Reduce closure size.

* gnu/packages/syndication.scm (tuir)[native-inputs]: Remove
python-coverage, python-coveralls, python-pylint, and python-wheel.

Change-Id: I22b8d2926f363009ab9eac65f41ea4d0a06f2a83
This commit is contained in:
Sharlatan Hellseher
2025-10-31 17:17:37 +00:00
parent 2e72d21488
commit 3b7bc47d84

View File

@@ -416,14 +416,10 @@ a simple interface that makes it easy to organize and browse feeds.")
(list python-beautifulsoup4 python-decorator python-kitchen
python-requests python-six))
(native-inputs
(list python-coverage
python-coveralls
python-mock
python-pylint
(list python-mock
python-pytest
python-setuptools
python-vcrpy
python-wheel))
python-vcrpy))
(home-page "https://gitlab.com/ajak/tuir")
(synopsis "Terminal viewer for Reddit (Terminal UI for Reddit)")
(description