commit: be32aad09bceb8c7cde52bf15277041f2a026829
Author: Bailey Kasin <baileykasin <AT> gmail <DOT> com>
AuthorDate: Thu Nov 2 01:57:37 2023 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Thu Nov 2 01:57:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be32aad0
www-apps/whoogle-search: 0.8.4 add missing depend
Signed-off-by: Bailey Kasin <baileykasin <AT> gmail.com>
www-apps/whoogle-search/whoogle-search-0.8.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
index 3ee914a883..c419bbdc77 100644
--- a/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
+++ b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
dev-python/python-dotenv[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/waitress[${PYTHON_USEDEP}]
+ dev-python/validators[${PYTHON_USEDEP}]
app-arch/brotli[${PYTHON_USEDEP},python]
net-libs/stem
acct-user/whoogle
@@ -44,4 +45,4 @@ src_install() {
doins ${FILESDIR}/whoogle.conf
systemd_dounit ${FILESDIR}/whoogle.service
-}
\ No newline at end of file
+}