diff options
author | Louis Sautier <sbraz@gentoo.org> | 2023-04-12 13:44:51 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2023-04-12 13:47:38 +0200 |
commit | 71069946a4cd814d6185378f6b26260bdad40584 (patch) | |
tree | 700e05a8c921a1e77895e5bcc3790bc894126d42 /www-misc | |
parent | www-client/firefox: stabilize 102.10.0 for amd64 (diff) | |
download | gentoo-71069946a4cd814d6185378f6b26260bdad40584.tar.gz gentoo-71069946a4cd814d6185378f6b26260bdad40584.tar.bz2 gentoo-71069946a4cd814d6185378f6b26260bdad40584.zip |
www-misc/urlwatch: fix OCR test
The OCR test file is a PNG file so we need tesseract to support it.
Closes: https://bugs.gentoo.org/904215
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.26.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.26.ebuild b/www-misc/urlwatch/urlwatch-2.26.ebuild index 84e863172064..2724b6775fbd 100644 --- a/www-misc/urlwatch/urlwatch-2.26.ebuild +++ b/www-misc/urlwatch/urlwatch-2.26.ebuild @@ -30,6 +30,7 @@ RDEPEND=" " BDEPEND=" test? ( + app-text/tesseract[png] dev-python/docutils[${PYTHON_USEDEP}] dev-python/jq[${PYTHON_USEDEP}] dev-python/pytesseract[${PYTHON_USEDEP}] |