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 440BA1396D9 for ; Mon, 30 Oct 2017 20:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B03072BC0E4; Mon, 30 Oct 2017 20:15:23 +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 91C482BC0E4 for ; Mon, 30 Oct 2017 20:15:23 +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 9F4C33416FC for ; Mon, 30 Oct 2017 20:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6361F83B for ; Mon, 30 Oct 2017 20:15:19 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1509394510.bf607ef62711fbff989434fdef5d1eeef2638791.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-mock/pytest-mock-1.6.0.ebuild dev-python/pytest-mock/pytest-mock-1.6.3.ebuild X-VCS-Directories: dev-python/pytest-mock/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: bf607ef62711fbff989434fdef5d1eeef2638791 X-VCS-Branch: master Date: Mon, 30 Oct 2017 20:15:19 +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-Archives-Salt: 6b5379e6-6e54-4232-b360-0e4b9ed9222e X-Archives-Hash: 1f5335a72c0009dcb3f45647c18b047d commit: bf607ef62711fbff989434fdef5d1eeef2638791 Author: Zac Medico gentoo org> AuthorDate: Mon Oct 30 20:13:39 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Oct 30 20:15:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf607ef6 dev-python/pytest-mock: require mock-2 (bug 635800) Closes: https://bugs.gentoo.org/635800 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pytest-mock/pytest-mock-1.6.0.ebuild | 4 ++-- dev-python/pytest-mock/pytest-mock-1.6.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild index 0d8b032e854..80f4d491234 100644 --- a/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-1.6.0.ebuild @@ -17,10 +17,10 @@ IUSE="" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] python_targets_python2_7? ( - dev-python/mock[python_targets_python2_7] + >=dev-python/mock-2[python_targets_python2_7] ) python_targets_pypy? ( - dev-python/mock[python_targets_pypy] + >=dev-python/mock-2[python_targets_pypy] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild index afa47bdffc9..4d4ced48dfb 100644 --- a/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild +++ b/dev-python/pytest-mock/pytest-mock-1.6.3.ebuild @@ -17,10 +17,10 @@ IUSE="" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] python_targets_python2_7? ( - dev-python/mock[python_targets_python2_7] + >=dev-python/mock-2[python_targets_python2_7] ) python_targets_pypy? ( - dev-python/mock[python_targets_pypy] + >=dev-python/mock-2[python_targets_pypy] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]