Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Sun, 30 Jul 2017 17:43:14
Message-Id: 1501436574.952d910bcd553342759e4d055d3f16617b872f4d.soap@gentoo
1 commit: 952d910bcd553342759e4d055d3f16617b872f4d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 17:39:30 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 17:42:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952d910b
7
8 dev-python/pytest: Add missing DEPEND on dev-python/setuptools_scm
9
10 * Thanks to MichaƂ Bartoszkiewicz for catching this
11
12 Bug: https://bugs.gentoo.org/show_bug.cgi?id=623248
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 dev-python/pytest/pytest-3.1.2.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-python/pytest/pytest-3.1.2.ebuild b/dev-python/pytest/pytest-3.1.2.ebuild
19 index e20e9b17d84..c949a1553ce 100644
20 --- a/dev-python/pytest/pytest-3.1.2.ebuild
21 +++ b/dev-python/pytest/pytest-3.1.2.ebuild
22 @@ -27,6 +27,7 @@ COMMON_DEPEND="
23 "
24 DEPEND="${COMMON_DEPEND}
25 dev-python/setuptools[${PYTHON_USEDEP}]
26 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
27 test? (
28 >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]
29 >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]