mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
Ian Delaney
parent
97c380dc47
commit
c49aad0cdb
@@ -25,6 +25,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools_scm[${PYTHON_USEDEP}]
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
python_test() {
|
||||
|
||||
@@ -24,7 +24,8 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
python_test() {
|
||||
find -name __pycache__ -exec rm -r '{}' + || die
|
||||
|
||||
Reference in New Issue
Block a user