projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f23b0a
)
dev-python/iocapture: Correct deps
author
Michał Górny
<mgorny@gentoo.org>
Thu, 18 Jul 2019 10:29:04 +0000
(12:29 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 18 Jul 2019 10:34:14 +0000
(12:34 +0200)
dev-python/mock is not used at all. dev-python/six is needed for tests.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/iocapture/iocapture-0.1.2-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
index d25890b6cb65b2a7f37304c01ce63ffd40878273..3ad57635e00de1849ffaa5d2752989473679d834 100644
(file)
--- a/
dev-python/iocapture/iocapture-0.1.2-r2.ebuild
+++ b/
dev-python/iocapture/iocapture-0.1.2-r2.ebuild
@@
-20,7
+20,7
@@
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
+ dev-python/six[${PYTHON_USEDEP}]
${RDEPEND}
)"