From f5c3edb2ebd28300066c4cf5823bc640eeb252d2 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 22 Feb 2016 18:07:58 -0500 Subject: [PATCH] dev-python/pychroot: setuptools is no longer an rdep --- dev-python/pychroot/pychroot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index ee94413d0ba61..31a2e75034b3f 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}]