From f2b283a2268531e8f484bc1973d9b876bbda31e2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 28 Feb 2016 11:56:28 +0000 Subject: dev-python/mistune: add missing build dep Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571478 Signed-off-by: Justin Lecher --- 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 842e4c9e0309..5d349544c48e 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 a10ce82299b1..0b3346ec527d 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 92f034b7df78..03f3f5023f35 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 da82a552db8f..03f3f5023f35 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 9ba8e32b7d80..d7c7a073548f 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}] ) " -- cgit v1.2.3-65-gdbad