diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 17:17:37 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:41 +0000 |
| commit | 3b7bc47d845aafbc6c280c23be3ba5f43d145113 (patch) | |
| tree | e5823b90025e08e822a6a4401d9d2ef5295d8400 /gnu/packages | |
| parent | 2e72d21488956c0b870d06239c53b11e8ed50a25 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/syndication.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 84441165725..083df3b9fa7 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm | |||
| @@ -416,14 +416,10 @@ a simple interface that makes it easy to organize and browse feeds.") | |||
| 416 | (list python-beautifulsoup4 python-decorator python-kitchen | 416 | (list python-beautifulsoup4 python-decorator python-kitchen |
| 417 | python-requests python-six)) | 417 | python-requests python-six)) |
| 418 | (native-inputs | 418 | (native-inputs |
| 419 | (list python-coverage | 419 | (list python-mock |
| 420 | python-coveralls | ||
| 421 | python-mock | ||
| 422 | python-pylint | ||
| 423 | python-pytest | 420 | python-pytest |
| 424 | python-setuptools | 421 | python-setuptools |
| 425 | python-vcrpy | 422 | python-vcrpy)) |
| 426 | python-wheel)) | ||
| 427 | (home-page "https://gitlab.com/ajak/tuir") | 423 | (home-page "https://gitlab.com/ajak/tuir") |
| 428 | (synopsis "Terminal viewer for Reddit (Terminal UI for Reddit)") | 424 | (synopsis "Terminal viewer for Reddit (Terminal UI for Reddit)") |
| 429 | (description | 425 | (description |
