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 E9BB9138334 for ; Sun, 7 Jul 2019 05:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF436E082D; Sun, 7 Jul 2019 05:30:56 +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 D40E7E082D for ; Sun, 7 Jul 2019 05:30:56 +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 BDC4F3472F6 for ; Sun, 7 Jul 2019 05:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA6CE66B for ; Sun, 7 Jul 2019 05:30:52 +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: <1562477295.9ca96d4f2c904cbe0fec8afc43120341f470fd9d.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-r3.ebuild X-VCS-Directories: media-video/subliminal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9ca96d4f2c904cbe0fec8afc43120341f470fd9d X-VCS-Branch: master Date: Sun, 7 Jul 2019 05:30:52 +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: 910b553f-2de0-44b4-b320-f68043c3b55d X-Archives-Hash: 66e136b6435b02338cba893ec816e500 commit: 9ca96d4f2c904cbe0fec8afc43120341f470fd9d Author: Michał Górny gentoo org> AuthorDate: Sun Jul 7 05:24:24 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 7 05:28:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca96d4f media-video/subliminal: Remove unnecessary build time deps Signed-off-by: Michał Górny gentoo.org> media-video/subliminal/subliminal-2.0.5-r3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-video/subliminal/subliminal-2.0.5-r3.ebuild b/media-video/subliminal/subliminal-2.0.5-r3.ebuild index 28b3e4c46bd..88a4d3d9653 100644 --- a/media-video/subliminal/subliminal-2.0.5-r3.ebuild +++ b/media-video/subliminal/subliminal-2.0.5-r3.ebuild @@ -40,8 +40,10 @@ RDEPEND=" >=dev-python/stevedore-1.0.0[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND} +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( + ${RDEPEND} app-arch/unzip $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) dev-python/pytest-cov[${PYTHON_USEDEP}]