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 CF21C13835A for ; Tue, 25 May 2021 23:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23A06E07D8; Tue, 25 May 2021 23:08:04 +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 ED191E07D7 for ; Tue, 25 May 2021 23:08:03 +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 C466B340E31 for ; Tue, 25 May 2021 23:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 249A47A5 for ; Tue, 25 May 2021 23:07:59 +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: <1621939054.e72adfe0f15e058495c253407b9a2352528b5f70.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: e72adfe0f15e058495c253407b9a2352528b5f70 X-VCS-Branch: master Date: Tue, 25 May 2021 23:07:59 +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: e7347804-796f-46d9-911c-45af578a8072 X-Archives-Hash: 9462cb64abed6c7d5291766208285dc8 commit: e72adfe0f15e058495c253407b9a2352528b5f70 Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 25 08:52:03 2021 +0000 Commit: Haelwenn Monnier hacktivis me> 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}] )