Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Mon, 22 Feb 2016 22:29:15
Message-Id: 1456180088.e675e9f5e7898fba4d4828f9fea72210a437be1f.radhermit@gentoo
1 commit: e675e9f5e7898fba4d4828f9fea72210a437be1f
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 22:28:08 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 22:28:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e675e9f5
7
8 dev-python/pychroot: drop unused 3to2 dep
9
10 dev-python/pychroot/pychroot-9999.ebuild | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
14 index 6b41a39..ee94413 100644
15 --- a/dev-python/pychroot/pychroot-9999.ebuild
16 +++ b/dev-python/pychroot/pychroot-9999.ebuild
17 @@ -26,7 +26,6 @@ RDEPEND="
18 =dev-python/snakeoil-9999[${PYTHON_USEDEP}]
19 "
20 DEPEND="${RDEPEND}
21 - $(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)
22 test? (
23 $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
24 dev-python/pytest[${PYTHON_USEDEP}]