From 4c8e911de4b34d450c4d3e5cd16f3dfbea2e3eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= Date: Sat, 3 Oct 2020 08:45:36 +0200 Subject: [PATCH] net-mail/hyperkitty: Missing deps whoosh and sassc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hanno Böck Package-Manager: Portage-3.0.8, Repoman-3.0.1 --- net-mail/hyperkitty/hyperkitty-1.3.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild b/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild index f1a435e287189..f6e67ffe7037b 100644 --- a/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild +++ b/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild @@ -30,12 +30,13 @@ RDEPEND="dev-python/django[${PYTHON_USEDEP}] dev-python/django-haystack[${PYTHON_USEDEP}] dev-python/django-extensions[${PYTHON_USEDEP}] dev-python/flufl-lock[${PYTHON_USEDEP}] - dev-python/django-q[${PYTHON_USEDEP}]" + dev-python/django-q[${PYTHON_USEDEP}] + dev-python/whoosh[${PYTHON_USEDEP}] + dev-lang/sassc" BDEPEND="dev-python/isort[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] - dev-python/whoosh[${PYTHON_USEDEP}] dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/django-debug-toolbar[${PYTHON_USEDEP}] )"