summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-02-22 18:07:58 -0500
committerTim Harder <radhermit@gentoo.org>2016-02-22 18:07:58 -0500
commitf5c3edb2ebd28300066c4cf5823bc640eeb252d2 (patch)
tree1d1b973e84024949b9adcf4f8cdd3575770d9f9c
parentdev-python/pychroot: drop unused 3to2 dep (diff)
downloadgentoo-f5c3edb2.tar.gz
gentoo-f5c3edb2.tar.bz2
gentoo-f5c3edb2.zip
dev-python/pychroot: setuptools is no longer an rdep
-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}]