From: Göktürk Yüksek Date: Fri, 6 May 2016 01:52:34 +0000 (-0400) Subject: dev-python/pytest-xdist: add missing DEPEND app-arch/unzip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c49aad0cdbee707a6958e0a10704cf5abcab8b2e;p=gentoo.git 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 --- 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 b2e5a964812d..bb11fe7b8895 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 388850b51ee6..76fddddef8a2 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