diff options
author | Göktürk Yüksek <gokturk@binghamton.edu> | 2016-05-05 21:52:34 -0400 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-06 13:22:20 +0800 |
commit | c49aad0cdbee707a6958e0a10704cf5abcab8b2e (patch) | |
tree | 845ea07eb2ffa6faa4f1015e80daf0db47d3ca29 /dev-python | |
parent | 97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b (diff) | |
download | gentoo-c49aad0cdbee707a6958e0a10704cf5abcab8b2e.tar.gz gentoo-c49aad0cdbee707a6958e0a10704cf5abcab8b2e.tar.xz |
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>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
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 b2e5a964812..bb11fe7b889 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 388850b51ee..76fddddef8a 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 |