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 6A5301382C5 for ; Tue, 4 May 2021 10:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84F77E0822; Tue, 4 May 2021 10:18:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6AFBAE0822 for ; Tue, 4 May 2021 10:18:21 +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 D325E33BE18 for ; Tue, 4 May 2021 10:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A6C14D2 for ; Tue, 4 May 2021 10:18:18 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1620123456.ff65c66a6ece3afc150c683276180fd673d6c6a8.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: ff65c66a6ece3afc150c683276180fd673d6c6a8 X-VCS-Branch: dev Date: Tue, 4 May 2021 10:18:18 +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: fdb0fdde-960e-4586-bb43-9d021fb9196e X-Archives-Hash: b7143f0ae71fc3fe7d9ce9ede9e2df2c commit: ff65c66a6ece3afc150c683276180fd673d6c6a8 Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 4 10:17:36 2021 +0000 Commit: Anna Vyalkova sysrq in> 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}] ) "