commit: 6790f933fdd7e6c23f31bd725fd42fea33b20e5c
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 08:27:26 2014 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 08:27:26 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=6790f933
Remove argparse dep and switch to py-3 only.
---
dev-vcs/git-review/git-review-scm.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-vcs/git-review/git-review-scm.ebuild
b/dev-vcs/git-review/git-review-scm.ebuild
index 43aabdd..5319b30 100644
--- a/dev-vcs/git-review/git-review-scm.ebuild
+++ b/dev-vcs/git-review/git-review-scm.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
inherit distutils-r1 git-r3
@@ -18,8 +18,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-CDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]
- virtual/python-argparse[${PYTHON_USEDEP}]"
+CDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
dev-python/pbr[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]