dev-python/bibtexparser: Add dev-python/pyparsing to RDEPEND
authorDavid Seifert <soap@gentoo.org>
Sun, 10 Apr 2016 15:37:25 +0000 (17:37 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 10 Apr 2016 15:37:38 +0000 (17:37 +0200)
Package-Manager: portage-2.2.28

dev-python/bibtexparser/bibtexparser-0.6.2.ebuild

index d57a7a931d70f9fd7fe80102db14c0615cf0f762..89cc1d26c0fb661a776432eb26e451cf9733fd25 100644 (file)
@@ -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}"