From f948a80abbf19148e60b01864f3feca20eee26d3 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 10 Apr 2016 17:37:25 +0200 Subject: [PATCH] dev-python/bibtexparser: Add dev-python/pyparsing to RDEPEND Package-Manager: portage-2.2.28 --- dev-python/bibtexparser/bibtexparser-0.6.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild index d57a7a931d70f..89cc1d26c0fb6 100644 --- a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild +++ b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild @@ -17,7 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" S="${WORKDIR}/python-${P}"