# Test the package in --no-recommends conditions.
Tests: run-commands
Depends: @
Restrictions: allow-stderr

# Do the same as before, with recommended packages.
Tests: run-commands
Depends: @,
         xdg-utils,
         python3-feedparser,
         python3-bs4,
         python3-readability,
         python3-requests,
         python3-setproctitle,
         python3-chardet
Restrictions: allow-stderr

# Do the same as before, with recommended and suggested packages.
Tests: run-commands
Depends: @,
         xdg-utils,
         python3-feedparser,
         python3-bs4,
         python3-readability,
         python3-requests,
         python3-setproctitle,
         python3-chardet,
         chafa,
         timg,
         xsel
Restrictions: allow-stderr
