Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Fri, 24 Nov 2017 15:19:44
Message-Id: 1511536766.2021b4da81d3fe59cd6b77317f11ec45c928e921.floppym@gentoo
1 commit: 2021b4da81d3fe59cd6b77317f11ec45c928e921
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 15:14:56 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 15:19:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2021b4da
7
8 dev-python/pytest: depend on setuptools at runtime
9
10 Closes: https://bugs.gentoo.org/638668
11
12 dev-python/pytest/pytest-3.0.3.ebuild | 2 +-
13 dev-python/pytest/pytest-3.2.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest/pytest-3.0.3.ebuild b/dev-python/pytest/pytest-3.0.3.ebuild
17 index 61fe2a0d9fb..3651e51df43 100644
18 --- a/dev-python/pytest/pytest-3.0.3.ebuild
19 +++ b/dev-python/pytest/pytest-3.0.3.ebuild
20 @@ -20,13 +20,13 @@ IUSE="doc test"
21 PY_VER="1.4.29"
22 COMMON_DEPEND="
23 >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
24 + dev-python/setuptools[${PYTHON_USEDEP}]
25 doc? (
26 dev-python/pyyaml[${PYTHON_USEDEP}]
27 dev-python/sphinx[${PYTHON_USEDEP}]
28 )
29 "
30 DEPEND="${COMMON_DEPEND}
31 - dev-python/setuptools[${PYTHON_USEDEP}]
32 test? (
33 >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]
34 >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]
35
36 diff --git a/dev-python/pytest/pytest-3.2.2.ebuild b/dev-python/pytest/pytest-3.2.2.ebuild
37 index c949a1553ce..1a4caf32e25 100644
38 --- a/dev-python/pytest/pytest-3.2.2.ebuild
39 +++ b/dev-python/pytest/pytest-3.2.2.ebuild
40 @@ -20,13 +20,13 @@ IUSE="doc test"
41 PY_VER="1.4.33"
42 COMMON_DEPEND="
43 >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
44 + dev-python/setuptools[${PYTHON_USEDEP}]
45 doc? (
46 dev-python/pyyaml[${PYTHON_USEDEP}]
47 dev-python/sphinx[${PYTHON_USEDEP}]
48 )
49 "
50 DEPEND="${COMMON_DEPEND}
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 dev-python/setuptools_scm[${PYTHON_USEDEP}]
53 test? (
54 >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]