Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-mock/
Date: Sun, 01 Jan 2017 21:21:52
Message-Id: 1483305698.614191fff544c969326f7e5115bd3485115aa249.zmedico@gentoo
1 commit: 614191fff544c969326f7e5115bd3485115aa249
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 21:18:17 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 21:21:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614191ff
7
8 dev-python/pytest-mock: add dev-python/setuptools_scm dep for bug 604298
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/pytest-mock/pytest-mock-1.5.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
16 index a73076e..8c6a366 100644
17 --- a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
18 +++ b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: $
24
25 @@ -24,7 +24,8 @@ RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
26 dev-python/mock[python_targets_pypy]
27 )"
28 DEPEND="${RDEPEND}
29 - dev-python/setuptools[${PYTHON_USEDEP}]"
30 + dev-python/setuptools[${PYTHON_USEDEP}]
31 + dev-python/setuptools_scm[${PYTHON_USEDEP}]"
32
33 src_prepare() {
34 if has_version dev-python/mock; then