Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
Date: Fri, 06 May 2016 05:26:49
Message-Id: 1462512140.c49aad0cdbee707a6958e0a10704cf5abcab8b2e.idella4@gentoo
1 commit: c49aad0cdbee707a6958e0a10704cf5abcab8b2e
2 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Fri May 6 01:52:34 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 05:22:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49aad0c
7
8 dev-python/pytest-xdist: add missing DEPEND app-arch/unzip
9
10 set to vns. 1.14{,-r1}. Noted by gokturk
11
12 Package-Manager: portage-2.2.26
13 Closes: https://github.com/gentoo/gentoo/pull/1417
14
15 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
16
17 dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 1 +
18 dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 3 ++-
19 2 files changed, 3 insertions(+), 1 deletion(-)
20
21 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
22 index b2e5a96..bb11fe7 100644
23 --- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
24 +++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
25 @@ -25,6 +25,7 @@ RDEPEND="
26 DEPEND="${RDEPEND}
27 dev-python/setuptools[${PYTHON_USEDEP}]
28 dev-python/setuptools_scm[${PYTHON_USEDEP}]
29 + app-arch/unzip
30 "
31
32 python_test() {
33
34 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
35 index 388850b..76fdddd 100644
36 --- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
37 +++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
38 @@ -24,7 +24,8 @@ RDEPEND="
39 "
40 DEPEND="${RDEPEND}
41 dev-python/setuptools[${PYTHON_USEDEP}]
42 - "
43 + app-arch/unzip
44 +"
45
46 python_test() {
47 find -name __pycache__ -exec rm -r '{}' + || die