diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-28 11:56:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-28 11:58:05 +0000 |
commit | f2b283a2268531e8f484bc1973d9b876bbda31e2 (patch) | |
tree | a2aa3b20811a9123b3211cad6e01ec06478ee14c /dev-python/mistune/mistune-0.7.2.ebuild | |
parent | media-libs/gstreamer: Revert previous bump as this package was not affected b... (diff) | |
download | gentoo-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/mistune-0.7.2.ebuild')
-rw-r--r-- | dev-python/mistune/mistune-0.7.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] ) " |