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@gentoo.org>
This commit is contained in:
Göktürk Yüksek
2016-05-05 21:52:34 -04:00
committed by Ian Delaney
parent 97c380dc47
commit c49aad0cdb
2 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
app-arch/unzip
"
python_test() {

View 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