summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-28 11:56:28 +0000
committerJustin Lecher <jlec@gentoo.org>2016-02-28 11:58:05 +0000
commitf2b283a2268531e8f484bc1973d9b876bbda31e2 (patch)
treea2aa3b20811a9123b3211cad6e01ec06478ee14c /dev-python/mistune
parentmedia-libs/gstreamer: Revert previous bump as this package was not affected b... (diff)
downloadgentoo-f2b283a2268531e8f484bc1973d9b876bbda31e2.tar.gz
gentoo-f2b283a2268531e8f484bc1973d9b876bbda31e2.tar.bz2
gentoo-f2b283a2268531e8f484bc1973d9b876bbda31e2.zip
dev-python/mistune: add missing build dep
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571478 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/mistune-0.5.1.ebuild3
-rw-r--r--dev-python/mistune/mistune-0.6-r1.ebuild3
-rw-r--r--dev-python/mistune/mistune-0.7.1.ebuild3
-rw-r--r--dev-python/mistune/mistune-0.7.2.ebuild1
-rw-r--r--dev-python/mistune/mistune-0.7.ebuild3
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}] )
"