commit:     9c29cac457f1074a794232745b089df73d1362a0
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Sep  2 08:13:17 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 08:13:17 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c29cac4

dev-python/notebook: Move setuptools from CDEPEND to DEPEND

Package-Manager: portage-2.2.20.1

 dev-python/notebook/ChangeLog            | 3 +++
 dev-python/notebook/notebook-9999.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog
index a3cad10..90e175d 100644
--- a/dev-python/notebook/ChangeLog
+++ b/dev-python/notebook/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Sep 2015; Marius Brehler <[email protected]> notebook-9999.ebuild:
+  dev-python/notebook: Move setuptools from CDEPEND to DEPEND
+
 *notebook-4.0.1 (01 Sep 2015)
 
   01 Sep 2015; Marius Brehler <[email protected]> 
+notebook-4.0.1.ebuild:

diff --git a/dev-python/notebook/notebook-9999.ebuild 
b/dev-python/notebook/notebook-9999.ebuild
index 248392d..eef13b5 100644
--- a/dev-python/notebook/notebook-9999.ebuild
+++ b/dev-python/notebook/notebook-9999.ebuild
@@ -21,9 +21,7 @@ fi
 LICENSE="BSD"
 SLOT="0"
 IUSE="doc test"
-CDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
+RDEPEND="
        dev-libs/mathjax
        dev-python/jinja[${PYTHON_USEDEP}]
        >=dev-python/terminado-0.3.3[${PYTHON_USEDEP}]
@@ -37,6 +35,7 @@ RDEPEND="${CDEPEND}
        dev-python/ipykernel[${PYTHON_USEDEP}]
        "
 DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
                >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]

Reply via email to