guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit f5cb7f8407f7f2aff88efc23d27f6d237d7b34e1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 17:17:37 2025 +0000

    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
---
 gnu/packages/syndication.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 8444116572..083df3b9fa 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.")
      (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

Reply via email to