diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-18 12:29:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-18 12:34:14 +0200 |
commit | 42837abc98569f6be7ac7cd0a740877b258b7386 (patch) | |
tree | 32068b01e7f658787c6cefd935077f5cf3102fc5 /dev-python/iocapture/iocapture-0.1.2-r2.ebuild | |
parent | dev-python/argh: Correct deps (diff) | |
download | gentoo-42837abc98569f6be7ac7cd0a740877b258b7386.tar.gz gentoo-42837abc98569f6be7ac7cd0a740877b258b7386.tar.bz2 gentoo-42837abc98569f6be7ac7cd0a740877b258b7386.zip |
dev-python/iocapture: Correct deps
dev-python/mock is not used at all. dev-python/six is needed for tests.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/iocapture/iocapture-0.1.2-r2.ebuild')
-rw-r--r-- | dev-python/iocapture/iocapture-0.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild index d25890b6cb65..3ad57635e00d 100644 --- 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} )" |