dev-python/prettyprinter: add missing dependency on colorful.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Jun 2018 16:56:03 +0000 (18:56 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Jun 2018 16:56:27 +0000 (18:56 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/prettyprinter/prettyprinter-0.13.2.ebuild

index 4019b436c774d865ab05af334689ce70c1de1f23..764017b849b3c9e26251de12cfba58ece36f91c0 100644 (file)
@@ -15,7 +15,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/colorful[${PYTHON_USEDEP}]"
+
+DEPEND="
+       ${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_install() {
        distutils-r1_python_install