diff options
author | 2016-02-22 18:07:58 -0500 | |
---|---|---|
committer | 2016-02-22 18:07:58 -0500 | |
commit | f5c3edb2ebd28300066c4cf5823bc640eeb252d2 (patch) | |
tree | 1d1b973e84024949b9adcf4f8cdd3575770d9f9c /dev-python/pychroot | |
parent | dev-python/pychroot: drop unused 3to2 dep (diff) | |
download | gentoo-f5c3edb2ebd28300066c4cf5823bc640eeb252d2.tar.gz gentoo-f5c3edb2ebd28300066c4cf5823bc640eeb252d2.tar.bz2 gentoo-f5c3edb2ebd28300066c4cf5823bc640eeb252d2.zip |
dev-python/pychroot: setuptools is no longer an rdep
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 2 |
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}] |