dev-util/pkgcheck: add chardet dep
authorTim Harder <radhermit@gentoo.org>
Tue, 30 Jul 2019 16:32:20 +0000 (10:32 -0600)
committerTim Harder <radhermit@gentoo.org>
Tue, 30 Jul 2019 16:33:40 +0000 (10:33 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-util/pkgcheck/pkgcheck-9999.ebuild

index 22550d50d55eb39893125e953ed09c6e94c3eb5c..75dc351a4f38e605fa220c8ce1d7f2cde3a5fa29 100644 (file)
@@ -30,7 +30,10 @@ else
                >=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]
                >=sys-apps/pkgcore-0.10.0[${PYTHON_USEDEP}]"
 fi
-RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}]"
+RDEPEND+="
+       dev-python/chardet[${PYTHON_USEDEP}]
+       dev-python/lxml[${PYTHON_USEDEP}]
+"
 DEPEND="${RDEPEND}
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        dev-python/setuptools[${PYTHON_USEDEP}]"