commit: c49aad0cdbee707a6958e0a10704cf5abcab8b2e
Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Fri May 6 01:52:34 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri May 6 05:22:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49aad0c
dev-python/pytest-xdist: add missing DEPEND app-arch/unzip
set to vns. 1.14{,-r1}. Noted by gokturk
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1417
Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 1 +
dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
index b2e5a96..bb11fe7 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ app-arch/unzip
"
python_test() {
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
index 388850b..76fdddd 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- "
+ app-arch/unzip
+"
python_test() {
find -name __pycache__ -exec rm -r '{}' + || die