summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pychroot/pychroot-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
index ee94413d0ba6..31a2e75034b3 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -22,10 +22,10 @@ SLOT="0"
IUSE="test"
RDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/snakeoil-9999[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
dev-python/pytest[${PYTHON_USEDEP}]