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 F054A138350 for ; Tue, 17 Mar 2020 08:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5D02E0C8E; Tue, 17 Mar 2020 08:08:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B98D9E0C9D for ; Tue, 17 Mar 2020 08:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E73BA34F1FE for ; Tue, 17 Mar 2020 08:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9133E1A4 for ; Tue, 17 Mar 2020 08:08:10 +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: <1584432478.915f166c1b94357eb8440ba3cb2fc1afe5d0d5e1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subliminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/subliminal/subliminal-2.0.5-r2.ebuild media-video/subliminal/subliminal-2.0.5-r3.ebuild media-video/subliminal/subliminal-9999.ebuild X-VCS-Directories: media-video/subliminal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 915f166c1b94357eb8440ba3cb2fc1afe5d0d5e1 X-VCS-Branch: master Date: Tue, 17 Mar 2020 08:08:10 +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: d8495fe2-289e-42f7-921c-1dfab19652c8 X-Archives-Hash: 516940f8a6e6a32644af8fa24077c7fe commit: 915f166c1b94357eb8440ba3cb2fc1afe5d0d5e1 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 17 07:49:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 17 08:07:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915f166c media-video/subliminal: Clean py2 deps up Signed-off-by: Michał Górny gentoo.org> media-video/subliminal/subliminal-2.0.5-r2.ebuild | 1 - media-video/subliminal/subliminal-2.0.5-r3.ebuild | 1 - media-video/subliminal/subliminal-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/media-video/subliminal/subliminal-2.0.5-r2.ebuild b/media-video/subliminal/subliminal-2.0.5-r2.ebuild index 383760e7ee8..0929692729d 100644 --- a/media-video/subliminal/subliminal-2.0.5-r2.ebuild +++ b/media-video/subliminal/subliminal-2.0.5-r2.ebuild @@ -46,7 +46,6 @@ DEPEND="${RDEPEND} dev-python/pytest-cov[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/sympy[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) ) " diff --git a/media-video/subliminal/subliminal-2.0.5-r3.ebuild b/media-video/subliminal/subliminal-2.0.5-r3.ebuild index e7362567e0f..d2167d8739a 100644 --- a/media-video/subliminal/subliminal-2.0.5-r3.ebuild +++ b/media-video/subliminal/subliminal-2.0.5-r3.ebuild @@ -44,7 +44,6 @@ DEPEND=" test? ( ${RDEPEND} app-arch/unzip - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) dev-python/pytest-cov[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] diff --git a/media-video/subliminal/subliminal-9999.ebuild b/media-video/subliminal/subliminal-9999.ebuild index e4aee62d0d9..f729768f9ee 100644 --- a/media-video/subliminal/subliminal-9999.ebuild +++ b/media-video/subliminal/subliminal-9999.ebuild @@ -41,7 +41,6 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( app-arch/unzip - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) dev-python/pytest-cov[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]