dev-python/pytest-xdist: add missing DEPEND app-arch/unzip
authorGöktürk Yüksek <gokturk@binghamton.edu>
Fri, 6 May 2016 01:52:34 +0000 (21:52 -0400)
committerIan Delaney <idella4@gentoo.org>
Fri, 6 May 2016 05:22:20 +0000 (13:22 +0800)
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@gentoo.org>
dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
dev-python/pytest-xdist/pytest-xdist-1.14.ebuild

index b2e5a964812ddf4dc4a1ff8cebf1881f5fc82132..bb11fe7b8895a02cab3c82895cad7887eb9976c6 100644 (file)
@@ -25,6 +25,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/setuptools_scm[${PYTHON_USEDEP}]
+       app-arch/unzip
 "
 
 python_test() {
index 388850b51ee66ace030cd9a5ad5757aa4a080c18..76fddddef8a2fd69b1b28cd522d37e268544ee08 100644 (file)
@@ -24,7 +24,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
-       "
+       app-arch/unzip
+"
 
 python_test() {
        find -name __pycache__ -exec rm -r '{}' + || die