commit: 71069946a4cd814d6185378f6b26260bdad40584 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Wed Apr 12 11:44:51 2023 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Wed Apr 12 11:47:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71069946
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 <AT> gentoo.org> www-misc/urlwatch/urlwatch-2.26.ebuild | 1 + 1 file changed, 1 insertion(+) 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}]
