commit: f2b283a2268531e8f484bc1973d9b876bbda31e2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Feb 28 11:56:28 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 11:58:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b283a2
dev-python/mistune: add missing build dep Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571478 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/mistune/mistune-0.5.1.ebuild | 3 ++- dev-python/mistune/mistune-0.6-r1.ebuild | 3 ++- dev-python/mistune/mistune-0.7.1.ebuild | 3 ++- dev-python/mistune/mistune-0.7.2.ebuild | 1 + dev-python/mistune/mistune-0.7.ebuild | 3 ++- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-python/mistune/mistune-0.5.1.ebuild b/dev-python/mistune/mistune-0.5.1.ebuild index 842e4c9..5d34954 100644 --- a/dev-python/mistune/mistune-0.5.1.ebuild +++ b/dev-python/mistune/mistune-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.6-r1.ebuild b/dev-python/mistune/mistune-0.6-r1.ebuild index a10ce82..0b3346e 100644 --- a/dev-python/mistune/mistune-0.6-r1.ebuild +++ b/dev-python/mistune/mistune-0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.7.1.ebuild b/dev-python/mistune/mistune-0.7.1.ebuild index 92f034b..03f3f50 100644 --- a/dev-python/mistune/mistune-0.7.1.ebuild +++ b/dev-python/mistune/mistune-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild index da82a55..03f3f50 100644 --- a/dev-python/mistune/mistune-0.7.2.ebuild +++ b/dev-python/mistune/mistune-0.7.2.ebuild @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/dev-python/mistune/mistune-0.7.ebuild b/dev-python/mistune/mistune-0.7.ebuild index 9ba8e32..d7c7a07 100644 --- a/dev-python/mistune/mistune-0.7.ebuild +++ b/dev-python/mistune/mistune-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/cython[$(python_gen_usedep 'python*')] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) "
