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 9FCAA13835A for ; Tue, 25 May 2021 10:37:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7935E0788; Tue, 25 May 2021 10:37:40 +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 C0DB1E0788 for ; Tue, 25 May 2021 10:37:40 +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 C5EBB340C8D for ; Tue, 25 May 2021 10:37:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 800E2797 for ; Tue, 25 May 2021 10:37:38 +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: <1621939054.e72adfe0f15e058495c253407b9a2352528b5f70.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: e72adfe0f15e058495c253407b9a2352528b5f70 X-VCS-Branch: dev Date: Tue, 25 May 2021 10:37:38 +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: 21f610b7-f8b5-40c1-83ee-665e08b1f90f X-Archives-Hash: 35829ef1b9b67df2e050563b718679d8 commit: e72adfe0f15e058495c253407b9a2352528b5f70 Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 25 08:52:03 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 25 10:37:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e72adfe0 dev-python/aspectlib: drop unneeded test dep Signed-off-by: Anna Vyalkova sysrq.in> dev-python/aspectlib/aspectlib-1.5.2.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/aspectlib/aspectlib-1.5.2.ebuild b/dev-python/aspectlib/aspectlib-1.5.2.ebuild index cd91842e1..6c3e62de2 100644 --- a/dev-python/aspectlib/aspectlib-1.5.2.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.2.ebuild @@ -26,8 +26,6 @@ RDEPEND=" DEPEND=" ${RDEPEND} test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] )