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 8DA0D1382C5 for ; Tue, 4 May 2021 16:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06BCE0831; Tue, 4 May 2021 16:12:52 +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 C5732E07A7 for ; Tue, 4 May 2021 16:12:52 +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 40938340CD7 for ; Tue, 4 May 2021 16:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F04B9729 for ; Tue, 4 May 2021 16:12:49 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1620123456.ff65c66a6ece3afc150c683276180fd673d6c6a8.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/aspectlib-1.5.2.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: ff65c66a6ece3afc150c683276180fd673d6c6a8 X-VCS-Branch: master Date: Tue, 4 May 2021 16:12:49 +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: fd1d9e67-7c1f-45cf-9927-6281667137ab X-Archives-Hash: 0688f904cec5fbd3776eff662cf0a69b commit: ff65c66a6ece3afc150c683276180fd673d6c6a8 Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 4 10:17:36 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 4 10:17:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff65c66a dev-python/aspectlib: re-add dependency for tests Closes: https://bugs.gentoo.org/788121 Signed-off-by: Anna Vyalkova sysrq.in> dev-python/aspectlib/aspectlib-1.5.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/aspectlib/aspectlib-1.5.2.ebuild b/dev-python/aspectlib/aspectlib-1.5.2.ebuild index 720bed235..cd91842e1 100644 --- a/dev-python/aspectlib/aspectlib-1.5.2.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.2.ebuild @@ -29,6 +29,7 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] + www-servers/tornado[${PYTHON_USEDEP}] ) "