From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3828B138359 for ; Sat, 3 Oct 2020 06:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74C42E082D; Sat, 3 Oct 2020 06:45:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 597A4E082D for ; Sat, 3 Oct 2020 06:45:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AC6B335D4A for ; Sat, 3 Oct 2020 06:45:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84F31373 for ; Sat, 3 Oct 2020 06:45:52 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1601707536.4c8e911de4b34d450c4d3e5cd16f3dfbea2e3eca.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/hyperkitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/hyperkitty/hyperkitty-1.3.3.ebuild X-VCS-Directories: net-mail/hyperkitty/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 4c8e911de4b34d450c4d3e5cd16f3dfbea2e3eca X-VCS-Branch: master Date: Sat, 3 Oct 2020 06:45:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29c4790d-6c6b-4f83-bbea-0696d96f6bcb X-Archives-Hash: 01082f867c68f648b7ccaf4283c68946 commit: 4c8e911de4b34d450c4d3e5cd16f3dfbea2e3eca Author: Hanno Böck gentoo org> AuthorDate: Sat Oct 3 06:45:36 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Sat Oct 3 06:45:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8e911d net-mail/hyperkitty: Missing deps whoosh and sassc Signed-off-by: Hanno Böck gentoo.org> 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 f1a435e2871..f6e67ffe703 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}] )"