commit: 90f51bedc3135968c2eb0735419bd3155caba33c Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Sun Oct 18 15:48:00 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Oct 18 15:48:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90f51bed
dev-python/matplotlib-venn: added build-time dep Package-Manager: portage-2.2.23 dev-python/matplotlib-venn/ChangeLog | 3 +++ dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/matplotlib-venn/ChangeLog b/dev-python/matplotlib-venn/ChangeLog index 5187976..c3d61d4 100644 --- a/dev-python/matplotlib-venn/ChangeLog +++ b/dev-python/matplotlib-venn/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 18 Oct 2015; Horea Christian <[email protected]> matplotlib-venn-9999.ebuild: + dev-python/matplotlib-venn: added build-time dep + 17 Oct 2015; Horea Christian <[email protected]> matplotlib-venn-0.11.ebuild: dev-python/matplotlib-venn: added uild-time dep diff --git a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild index 6e406af..49ef4c2 100644 --- a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild +++ b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild @@ -25,7 +25,8 @@ RDEPEND=" DEPEND="test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] - )" + ) + dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { py.test || die "Tests fail with ${EPYTHON}"
