summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@binghamton.edu>2016-05-05 21:52:34 -0400
committerIan Delaney <idella4@gentoo.org>2016-05-06 13:22:20 +0800
commitc49aad0cdbee707a6958e0a10704cf5abcab8b2e (patch)
tree845ea07eb2ffa6faa4f1015e80daf0db47d3ca29
parentgames-util/uz2unpack: set RDEPEND (diff)
downloadgentoo-c49aad0cdbee707a6958e0a10704cf5abcab8b2e.tar.gz
gentoo-c49aad0cdbee707a6958e0a10704cf5abcab8b2e.tar.bz2
gentoo-c49aad0cdbee707a6958e0a10704cf5abcab8b2e.zip
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>
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild1
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.14.ebuild3
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 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