commit:     f948a80abbf19148e60b01864f3feca20eee26d3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 15:37:25 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 15:37:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f948a80a

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 d57a7a9..89cc1d2 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}"

Reply via email to