commit: da92815e1df89e91e81e8637f2924cff02bf2ca0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 13:28:48 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 13:33:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da92815e
Revert "dev-python/networkx: Add python3 support for pygraphviz"
This reverts commit 346ac11877ac71834311d6c7d1bdba4e18cce89d.
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/networkx/networkx-1.10.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/networkx/networkx-1.10.ebuild
b/dev-python/networkx/networkx-1.10.ebuild
index 23f88cc..95ff6a2 100644
--- a/dev-python/networkx/networkx-1.10.ebuild
+++ b/dev-python/networkx/networkx-1.10.ebuild
@@ -17,8 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-macos"
IUSE="doc examples test"
-COMMON_DEPEND="
- dev-python/matplotlib[${PYTHON_USEDEP}]
+COMMON_DEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
@@ -37,7 +36,7 @@ RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
examples? (
${COMMON_DEPEND}
- dev-python/pygraphviz[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/pygraphviz[${PYTHON_USEDEP}]'
python2_7)
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
)"