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 06F68138350 for ; Mon, 16 Mar 2020 18:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26966E0ACD; Mon, 16 Mar 2020 18:55:35 +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 00BAAE0ACD for ; Mon, 16 Mar 2020 18:55:34 +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 1529034F210 for ; Mon, 16 Mar 2020 18:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A3F193 for ; Mon, 16 Mar 2020 18:55:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584384285.0bf5a7a8621508705608004c6b3e4aff2f275bad.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whisper/whisper-1.1.3.ebuild dev-python/whisper/whisper-1.1.5.ebuild X-VCS-Directories: dev-python/whisper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0bf5a7a8621508705608004c6b3e4aff2f275bad X-VCS-Branch: master Date: Mon, 16 Mar 2020 18:55:30 +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: 73bac567-4e3e-482a-aefb-b15dc02bc4dd X-Archives-Hash: 36a4cd20ecd96ca4deaf08cc4d151b0e commit: 0bf5a7a8621508705608004c6b3e4aff2f275bad Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 18:44:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 18:44:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf5a7a8 dev-python/whisper: Remove py2 virtuals Signed-off-by: Michał Górny gentoo.org> dev-python/whisper/whisper-1.1.3.ebuild | 1 - dev-python/whisper/whisper-1.1.5.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/whisper/whisper-1.1.3.ebuild b/dev-python/whisper/whisper-1.1.3.ebuild index acf2b09922a..ace134aa42c 100644 --- a/dev-python/whisper/whisper-1.1.3.ebuild +++ b/dev-python/whisper/whisper-1.1.3.ebuild @@ -24,7 +24,6 @@ DEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] - virtual/python-unittest-mock[${PYTHON_USEDEP}] ) " diff --git a/dev-python/whisper/whisper-1.1.5.ebuild b/dev-python/whisper/whisper-1.1.5.ebuild index 690cb17abe1..e229d3808d4 100644 --- a/dev-python/whisper/whisper-1.1.5.ebuild +++ b/dev-python/whisper/whisper-1.1.5.ebuild @@ -24,7 +24,6 @@ DEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] - virtual/python-unittest-mock[${PYTHON_USEDEP}] ) "