dev-python/ansi2html: Add missing runtime dep on setuptools

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562738

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-11 11:29:16 +02:00
parent 5d11bbcc27
commit 63c9584852

View File

@@ -17,14 +17,17 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"
RDEPEND=">=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
DEPEND="
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
)
dev-python/setuptools[${PYTHON_USEDEP}]"
dev-python/setuptools[${PYTHON_USEDEP}]
"
python_test() {
chmod -x "${S}"/tests/* || die