diff options
Diffstat (limited to 'gnu')
| -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.") (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 |
