dev-python/mistune: add missing build dep
authorJustin Lecher <jlec@gentoo.org>
Sun, 28 Feb 2016 11:56:28 +0000 (11:56 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sun, 28 Feb 2016 11:58:05 +0000 (11:58 +0000)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571478

Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/mistune/mistune-0.5.1.ebuild
dev-python/mistune/mistune-0.6-r1.ebuild
dev-python/mistune/mistune-0.7.1.ebuild
dev-python/mistune/mistune-0.7.2.ebuild
dev-python/mistune/mistune-0.7.ebuild

index 842e4c9e03092edf09899ed4bde3d84025a3b1d7..5d349544c48e5a4e94e949786ea33535fe93f4dd 100644 (file)
@@ -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}] )
 "
 
index a10ce82299b1e920dc69731523a260edc85d2cbd..0b3346ec527d0b902adfcf14eea099620f4a9451 100644 (file)
@@ -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}] )
 "
 
index 92f034b7df785b78f0d1c634e2dd6c382a191bca..03f3f5023f354c1c60e5c51bad9ba3c4bfe1a0be 100644 (file)
@@ -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}] )
 "
 
index da82a552db8f903cc6a32658a030254cd82d35fd..03f3f5023f354c1c60e5c51bad9ba3c4bfe1a0be 100644 (file)
@@ -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}] )
 "
 
index 9ba8e32b7d809d35b79fdb9632725a4a4101f6b2..d7c7a073548fe627cb54cfd4b9d84def677d18bf 100644 (file)
@@ -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}] )
 "