diff options
author | 2023-11-01 18:57:37 -0700 | |
---|---|---|
committer | 2023-11-01 18:57:37 -0700 | |
commit | be32aad09bceb8c7cde52bf15277041f2a026829 (patch) | |
tree | 4c81f31bddc8f5a607fd593710e44f0a0730741b | |
parent | www-apps/pleroma: Install OpenRC script (diff) | |
download | guru-be32aad09bceb8c7cde52bf15277041f2a026829.tar.gz guru-be32aad09bceb8c7cde52bf15277041f2a026829.tar.bz2 guru-be32aad09bceb8c7cde52bf15277041f2a026829.zip |
www-apps/whoogle-search: 0.8.4 add missing depend
Signed-off-by: Bailey Kasin <baileykasin@gmail.com>
-rw-r--r-- | www-apps/whoogle-search/whoogle-search-0.8.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 3ee914a88..c419bbdc7 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 +} |